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

    Type Alias SourceElementIdInstruction

    Defines an instruction with a sourceElementId. The move instruction with this sourceType will terminate all active element instances with the sourceElementId and activate a new element instance for each terminated one at targetElementId.

    type SourceElementIdInstruction = {
        sourceElementId: ElementId;
        sourceType: string;
    }
    Index

    Properties

    sourceElementId: ElementId

    The id of the source element for the move instruction.

    sourceType: string

    The type of source element instruction.