Type Alias: CreateElementInstanceVariablesData
type CreateElementInstanceVariablesData = object;
Properties
body
body: SetVariableRequest;
path
path: object;
elementInstanceKey
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?
optional query?: never;
url
url: "/element-instances/{elementInstanceKey}/variables";