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

    Type Alias ProcessInstanceModificationTerminateInstruction

    Instructions describing which elements should be terminated.

    type ProcessInstanceModificationTerminateInstruction = {
        elementInstanceKey: ElementInstanceKey;
    }
    Index

    Properties

    elementInstanceKey: ElementInstanceKey

    The ID of the element that should be terminated.