Type Alias: ProcessInstanceModificationTerminateByIdInstruction
type ProcessInstanceModificationTerminateByIdInstruction = object;
Defined in: gen/types.gen.ts:6138
Instruction describing which elements to terminate. The element instances are determined at runtime by the given id.
Properties
elementId
elementId: ElementId;
Defined in: gen/types.gen.ts:6142
The id of the elements to terminate. The element instances are determined at runtime.