Type Alias: ProcessInstanceModificationTerminateByKeyInstruction
type ProcessInstanceModificationTerminateByKeyInstruction = object;
Defined in: gen/types.gen.ts:6148
Instruction providing the key of the element instance to terminate.
Properties
elementInstanceKey
elementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:6152
The key of the element instance to terminate.