@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ProcessInstanceCreationTerminateInstruction

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

    type ProcessInstanceCreationTerminateInstruction = {
        afterElementId: ElementId;
        type?: string;
    }
    Index

    Properties

    afterElementId: ElementId

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

    type?: string

    The type of the runtime instruction