GetBpmProcessStartInfo

Syntax

GetBpmStartInfoResult GetBpmProcessStartInfo(GetBpmStartInfoArg tArg)

Parameters

tArg. Operation execution parameters.

Description

The GetBpmProcessStartInfo operation gets the settings, with which a process or subprocess can be started.

Comments

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.

Example

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:

Working with Processes