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

    Type Alias CreateElementInstanceVariablesData

    type CreateElementInstanceVariablesData = {
        body: SetVariableRequest;
        path: { elementInstanceKey: ElementInstanceKey };
        query?: never;
        url: "/element-instances/{elementInstanceKey}/variables";
    }
    Index

    Properties

    Properties

    path: { elementInstanceKey: ElementInstanceKey }

    Type Declaration

    • elementInstanceKey: ElementInstanceKey

      The key of the element instance to update the variables for. This can be the process instance key (as obtained during instance creation), or a given element, such as a service task (see the elementInstanceKey on the job message).

    query?: never
    url: "/element-instances/{elementInstanceKey}/variables"