ActivityInstance
Description
The structure represents an instance of the Activity Instance entity.
Constructor
Constructor | Description |
---|---|
ActivityInstance | Initializes a new instance of the ActivityInstance object model. |
Properties
Property | Description |
---|---|
Id | Gets the id of the activity instance. |
Name | Gets the name of the activity instance. |
Session | Gets the session of the activity instance. |
Status | Gets the status of the activity instance. |
StartedAt | Gets the start time of the activity instance. |
EndedOn | Gets the end time of the activity instance. |
Duration | Gets the execution duration of the activity instance. |
ActivityId | Gets the activity ID of the activity instance. |
ActivityInstanceId | Gets the activity instance ID of the activity instance. |
Remarks
Use the ActivityInstance object model to get the activity instance of a process instance.