Invoke Taskflow from Script

Topic:

Invoke Taskflow from Script


Description:

   var inputPropSet;
var outputPropSet;
var taskUIsvc;

inputPropSet = TheApplication().NewPropertySet();
outputPropSet = TheApplication().NewPropertySet();
taskUIsvc = TheApplication().GetService("Task UI Service (SWE)");

inputPropSet.SetProperty("TaskName","<TaskFlow Name>");
taskUIsvc.InvokeMethod("LaunchTaskFromScript",inputPropSet,outputPropSet);

Comments

Popular posts from this blog

1.) Siebel Install IP 15 Client (Tools and Web Client) in Windows Server 2008 OS

About View Popup Applet in the Standard Interactivity Mode Siebel Applications