Type Alias: ProcessInstanceModificationTerminateByIdInstruction
type ProcessInstanceModificationTerminateByIdInstruction = object;
Instruction describing which elements to terminate. The element instances are determined at runtime by the given id.
Properties
elementId
elementId: ElementId;
The id of the elements to terminate. The element instances are determined at runtime.