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

    Type Alias ProcessInstanceModificationActivateInstruction

    Instructions describing an element that should be activated.

    type ProcessInstanceModificationActivateInstruction = {
        ancestorElementInstanceKey?: string | ElementInstanceKey;
        elementId: ElementId;
        variableInstructions?: ModifyProcessInstanceVariableInstruction[];
    }
    Index

    Properties

    ancestorElementInstanceKey?: string | ElementInstanceKey

    The key of the ancestor scope the element instance should be created in. Set to -1 to create the new element instance within an existing element instance of the flow scope.

    elementId: ElementId

    The ID of the element that should be activated.

    Instructions describing which variables should be created.