Using a Script to Start a Workflow Process and Create an Input Property Set
The following example script calls the Workflow Process Manager business service. This business service creates an input property set named psInputs for the business service. This script defines strings as properties. It puts these strings in the input property set:
var msgName = "Siebel Agent Authorization Retrieval";
var reqSubType = "CICS Services Request";
var reqType = "AgentAuthorizationReq";
var CICSServiceName = "Consumer Auto Agent Authorization Retrieval";
var processName = "Consumer Auto VBC VBC Template";
var reqFileName = "C:\\<path to file>\\XMLMessages\\AgentAuthorizationVBCReq-final.xml"
var resFileName = "C:\\<path to file>\\XMLMessages\\AgentAuthorizationVBCResponse-
final.xml"