@camunda8/sdk
    Preparing search index...

    Interface ActivateInstruction

    interface ActivateInstruction {
        ancestorElementInstanceKey: string;
        elementId: string;
        variableInstructions: VariableInstruction[];
    }
    Index

    Properties

    ancestorElementInstanceKey: string

    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: string

    the id of the element that should be activated

    variableInstructions: VariableInstruction[]

    instructions describing which variables should be created