Skip to main content

ActivityInstance

Description

The structure represents an instance of the Activity Instance entity.

Constructor

ConstructorDescription
ActivityInstanceInitializes a new instance of the ActivityInstance object model.

Properties

PropertyDescription
IdGets the id of the activity instance.
NameGets the name of the activity instance.
SessionGets the session of the activity instance.
StatusGets the status of the activity instance.
StartedAtGets the start time of the activity instance.
EndedOnGets the end time of the activity instance.
DurationGets the execution duration of the activity instance.
ActivityIdGets the activity ID of the activity instance.
ActivityInstanceIdGets the activity instance ID of the activity instance.

Remarks

Use the ActivityInstance object model to get the activity instance of a process instance.