how to invoke workflows using scripting

Answer Posted / guest

we can invoke the workflows using scripting. Call the business
service "Workflow process Manager", pass the inputs and invoke
the method "Runprocess".

Here is sample code,

var inpPS = theApplication().NewPropertySet();
var outPS = theApplication().NewPropertySet();
var oBS = theApplication().GetService("Workflow Process
Manager");
outPS = oBS.InvokeMethod("RunProcess", inpPS);

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the eim tables and base tables are required to your entities?

738


What is inbound and outbound in picklist?

772


How is netscaler static caching maintained?

745


How to find out new vanilla functionality in SIEBEL 7.7 and 7.8?

5107


Why would we populate bu_id, while importing product or account data?

693


What is detailed category and what is its use in configuration?

966


Explain what is virtual bc? What is the use of vbc?

706


Explain if gateway server is not present cant we do load balancing?

734


Explain what is eapps.cfg file. And what is its significance?

719


How to import list of values?

741


What are the steps for creating a mvg?

846


Explain what is symbolic url in siebel?

830


What are pre defined queries?

779


In a flow, when a Customer has called for enquiring about some product. He does not have any Service tag, Order # or SR#. In this case what kind of Activity will be created and how will the agent proceed with the Activity.

1663


Suppose if we have dynamic picklist as bounded can we add field?

722