@camunda8/sdk
    Preparing search index...

    Interface ProcessInstanceCreationRuntimeInstruction

    Runtime instructions (alpha). List of instructions that affect the runtime behavior of the process instance. Refer to specific instruction types for more details. This parameter is an alpha feature and may be subject to change in future releases.

    interface ProcessInstanceCreationRuntimeInstruction {
        afterElementId: string;
        type: "TERMINATE_PROCESS_INSTANCE";
    }
    Index

    Properties

    Properties

    afterElementId: string
    type: "TERMINATE_PROCESS_INSTANCE"