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
What is siebel gateway?
What are the different types of columns?
Why we using the user properties?
Explain about the eim tables and base tables are required to your entities?
How to create extension table to an interface table in siebel?
when you have pre default value and post default value for a field, which one will be stored in the database?
Explain what is eapps.cfg file. And what is its significance?
What is the process of configuring siebel 8 web virtual server?
Explain is it posible to access more than one database at a single siebel application?
How extension table is related to base table?
Explain what is foreign key table in siebel?
Where does the primary field of an mvg stored?
How would you import url links into the s_lit base table?
Why do we need to create employees at the database in siebel?
What will happen after the content groups gets created?