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

    Type Alias ProcessInstanceSequenceFlowResult

    Process instance sequence flow result.

    type ProcessInstanceSequenceFlowResult = {
        elementId?: ElementId;
        processDefinitionId?: ProcessDefinitionId;
        processDefinitionKey?: ProcessDefinitionKey;
        processInstanceKey?: ProcessInstanceKey;
        sequenceFlowId?: string;
        tenantId?: TenantId;
    }
    Index

    Properties

    elementId?: ElementId

    The element ID for this sequence flow, as provided in the BPMN process.

    processDefinitionId?: ProcessDefinitionId

    The process definition ID.

    processDefinitionKey?: ProcessDefinitionKey

    The process definition key.

    processInstanceKey?: ProcessInstanceKey

    The key of this process instance.

    sequenceFlowId?: string

    The sequence flow ID.

    tenantId?: TenantId