Skip to main content

ProcessInstance

Description

The structure represents an instance of the Process Instance entity.

Constructor

ConstructorDescription
ProcessInstanceInitializes a new instance of the ProcessInstance object model.

Properties

PropertyDescription
InstanceIdGets the instance Id of the process instance.
ParentInstanceIdGets the parent instance Id of the process instance.
InstanceNameGets the instance name of the process instance.
ProcessIdGets the process Id of the process instance.
ProcessNameGets the process name of the process instance.
VersionGets the version of the process instance.
StatusGets the status of the process instance.
StartedDateGets the start date of the process instance.
CompletedDateGets the completed date of the process instance.
InputArgumentsGets the input arguments of the process instance.
InstanceDataIDGets the instance data Id of the process instance.

Remarks

Use the ProcessInstance object model to get the instance information of a process instance.