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

    Type Alias ProcessInstanceModificationTerminateByIdInstruction

    Instruction describing which elements to terminate. The element instances are determined at runtime by the given id.

    type ProcessInstanceModificationTerminateByIdInstruction = {
        elementId: ElementId;
    }
    Index

    Properties

    Properties

    elementId: ElementId

    The id of the elements to terminate. The element instances are determined at runtime.