Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProcessInstanceCreationTerminateInstruction

type ProcessInstanceCreationTerminateInstruction = object;

Defined in: gen/types.gen.ts:5551

Terminates the process instance after a specific BPMN element is completed or terminated.

Properties

afterElementId

afterElementId: ElementId;

Defined in: gen/types.gen.ts:5560

The id of the element that, once completed or terminated, will cause the process to be terminated.


type?

optional type: string;

Defined in: gen/types.gen.ts:5555

The type of the runtime instruction