Starts an instance of a process template associated with a connected Progress.BPM.UserSession; that is, it causes the Business Process Server to instantiate a process and initiate this process as defined by the process template.
Return type:
Access:
Applies to:
StartProcess( INPUT TemplateName AS CHARACTER)StartProcess( INPUT TemplateName AS CHARACTER,INPUT dsTemplateArray AS Progress.BPM.DataSlotTemplate EXTENT,INPUT NamePrefix AS CHARACTER, INPUT Priority AS CHARACTER )An array of DataSlotTemplate objects used to initialize values when the process is started.Character expression to be used as the first part of the name of the process. It is followed by a # and then the process ID. If NamePrefix resolves to an UNKNOWN or an empty string, the first part of the name will be the name of the process template.If the method succeeds, it returns a reference to a Progress.BPM.Process object. The Progress.BPM.Process object is a snapshot of the process instance created on the Business Process Server.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |