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

    Type Alias JobResultActivateElement

    type JobResultActivateElement = {
        elementId?: ElementId;
        variables?: { [key: string]: unknown } | null;
    }
    Index

    Properties

    elementId?: ElementId

    The ID of the element to activate.

    variables?: { [key: string]: unknown } | null

    JSON document that will create the variables on the scope of the activated element. It must be a JSON object, as variables will be mapped in a key-value fashion.