The ProcessInstance type exposes the following members.

Properties

  NameDescription
Public propertyCancelReason
Gets the cancel reason.
Public propertyDefinitionId
Gets the identifier of the process definition.
Public propertyDescription
Gets the description of the process instance.
Public propertyDynamicDetails
Gets the dynamic details.
Public propertyEndTime
Gets the end time.
Public propertyId
Gets the globally unique identifier of a process instance.
Public propertyLaunchingUserDisplayName
Gets the display name of the user that launched this process.
Public propertyLaunchName
Gets the name of the launch.
Public propertyName
Gets the name of the process instance.
Public propertyNumericId
Gets the numeric identifier for this process instance. The numeric identifier is only unique on a given Interaction Center site.
Public propertyStartTime
Gets the start time.
Public propertyStateName
Gets the name of the state the process instance is currently in.
Public propertyStatus
Gets the process instance status.
Public propertyVersion
Gets the version of the process instance.

See Also