For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: ElementInstanceWaitStateResult

type ElementInstanceWaitStateResult = object;

An element instance waiting state.

Properties

elementId

elementId: ElementId;

The element ID for this element instance.


elementInstanceKey

elementInstanceKey: ElementInstanceKey;

The element instance key associated to this element instance.


elementType

elementType: WaitStateElementTypeEnum;

The BPMN element type of this element instance.


jobDetails

jobDetails: JobWaitStateDetails | null;

Job details, present when waitStateType is JOB.


messageDetails

messageDetails: MessageWaitStateDetails | null;

Message details, present when waitStateType is MESSAGE.


processInstanceKey

processInstanceKey: ProcessInstanceKey;

The process instance key associated to this element instance.


rootProcessInstanceKey

rootProcessInstanceKey: ProcessInstanceKey | null;

Key of the root process instance.


tenantId

tenantId: TenantId;

The tenant ID of the element instance.


waitStateType

waitStateType: WaitStateTypeEnum;

The type of waiting state an element instance is in.