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

bpmnProcessId

bpmnProcessId: string;

The BPMN process ID of the process definition associated to this element instance.


details

details: WaitStateDetails;

Wait-state-specific details, resolved by waitStateType.


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.


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.