@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ElementInstanceWaitStateResult

    An element instance waiting state.

    Index

    Properties

    elementId: ElementId

    The element ID for this element instance.

    elementInstanceKey: ElementInstanceKey

    The element instance key associated to this element instance.

    The BPMN element type of this element instance.

    jobDetails: JobWaitStateDetails | null

    Job details, present when waitStateType is JOB.

    messageDetails: MessageWaitStateDetails | null

    Message details, present when waitStateType is MESSAGE.

    processInstanceKey: ProcessInstanceKey

    The process instance key associated to this element instance.

    rootProcessInstanceKey: ProcessInstanceKey | null

    Key of the root process instance.

    tenantId: TenantId

    The tenant ID of the element instance.

    waitStateType: WaitStateTypeEnum

    The type of waiting state an element instance is in.