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

    Type Alias SourceElementInstanceKeyInstruction

    Defines an instruction with a sourceElementInstanceKey. The move instruction with this sourceType will terminate one active element instance with the sourceElementInstanceKey and activate a new element instance at targetElementId.

    type SourceElementInstanceKeyInstruction = {
        sourceElementInstanceKey: ElementInstanceKey;
        sourceType: string;
    }
    Index

    Properties

    sourceElementInstanceKey: ElementInstanceKey

    The source element instance key for the move instruction.

    sourceType: string

    The type of source element instruction.