Type Alias: JobResultActivateElement
type JobResultActivateElement = object;
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;
The element ID to activate.
variables?
optional variables?:
| {
[key: string]: unknown;
}
| null;
Variables for the element.