ProcessInstance
Description
The structure represents an instance of the Process Instance entity.
Constructor
Constructor | Description |
---|---|
ProcessInstance | Initializes a new instance of the ProcessInstance object model. |
Properties
Property | Description |
---|---|
InstanceId | Gets the instance Id of the process instance. |
ParentInstanceId | Gets the parent instance Id of the process instance. |
InstanceName | Gets the instance name of the process instance. |
ProcessId | Gets the process Id of the process instance. |
ProcessName | Gets the process name of the process instance. |
Version | Gets the version of the process instance. |
Status | Gets the status of the process instance. |
StartedDate | Gets the start date of the process instance. |
CompletedDate | Gets the completed date of the process instance. |
InputArguments | Gets the input arguments of the process instance. |
InstanceDataID | Gets the instance data Id of the process instance. |
Remarks
Use the ProcessInstance object model to get the instance information of a process instance.