GetBpmStartInfoResult GetBpmProcessStartInfo(GetBpmStartInfoArg tArg)
tArg. Operation execution parameters.
The GetBpmProcessStartInfo operation gets the settings, with which a process or subprocess can be started.
To execute the operation, in the tObject field specify moniker of opened process instance. For subprocess define the tArg.parentInstId and tArg.stpGuid fields. The moniker can be obtained after executing the OpenBpmProcess operation. Process instance identifiers can be obtained using the GetProcessInstances operation. Step GUIDs can be obtained using the GetBpmMonitoringWorkspace operation.
The operation results in the obtained process/subprocess start settings.
Various methods of using the operation are given in the following examples:
Example name |
Getting settings for starting process |
Getting settings for starting subprocess |
See also: