Type Alias: CreateElementInstanceVariablesData
type CreateElementInstanceVariablesData = object;
Defined in: gen/types.gen.ts:10570
Properties
body
body: SetVariableRequest;
Defined in: gen/types.gen.ts:10571
path
path: object;
Defined in: gen/types.gen.ts:10572
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;
Defined in: gen/types.gen.ts:10581
url
url: "/element-instances/{elementInstanceKey}/variables";
Defined in: gen/types.gen.ts:10582