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 is siebel gateway?

701


What are the different types of columns?

656


Why we using the user properties?

640


Explain about the eim tables and base tables are required to your entities?

591


How to create extension table to an interface table in siebel?

609






when you have pre default value and post default value for a field, which one will be stored in the database?

613


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

587


What is the process of configuring siebel 8 web virtual server?

601


Explain is it posible to access more than one database at a single siebel application?

630


How extension table is related to base table?

615


Explain what is foreign key table in siebel?

658


Where does the primary field of an mvg stored?

642


How would you import url links into the s_lit base table?

567


Why do we need to create employees at the database in siebel?

634


What will happen after the content groups gets created?

590