Type Alias: ProcessInstanceCreationTerminateInstruction
type ProcessInstanceCreationTerminateInstruction = object;
Terminates the process instance after a specific BPMN element is completed or terminated.
Properties
afterElementId
afterElementId: ElementId;
The id of the element that, once completed or terminated, will cause the process to be terminated.
type?
optional type?: string;
The type of the runtime instruction