Type Alias: JobResultActivateElement
type JobResultActivateElement = object;
Defined in: gen/types.gen.ts:3860
Instruction to activate a single BPMN element within an ad‑hoc sub‑process, optionally providing variables scoped to that element.
Properties
elementId?
optional elementId: ElementId;
Defined in: gen/types.gen.ts:3864
The element ID to activate.
variables?
optional variables: object;
Defined in: gen/types.gen.ts:3868
Variables for the element.
Index Signature
[key: string]: unknown