Type Alias: ProcessInstanceModificationTerminateByKeyInstruction
type ProcessInstanceModificationTerminateByKeyInstruction = object;
Instruction providing the key of the element instance to terminate.
Properties
elementInstanceKey
elementInstanceKey: ElementInstanceKey;
The key of the element instance to terminate.