The ProcessInstance type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CancelReason | Gets the cancel reason. | |
| DefinitionId | Gets the identifier of the process definition. | |
| Description | Gets the description of the process instance. | |
| DynamicDetails | Gets the dynamic details. | |
| EndTime | Gets the end time. | |
| Id | Gets the globally unique identifier of a process instance. | |
| LaunchingUserDisplayName |
Gets the display name of the user that launched this process.
| |
| LaunchName | Gets the name of the launch. | |
| Name | Gets the name of the process instance. | |
| NumericId |
Gets the numeric identifier for this process instance. The numeric
identifier is only unique on a given Interaction Center site.
| |
| StartTime | Gets the start time. | |
| StateName | Gets the name of the state the process instance is currently in. | |
| Status | Gets the process instance status. | |
| Version | Gets the version of the process instance. |