@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;
    }
    Index

    Properties

    Properties

    afterElementId: ElementId

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