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

    Type Alias ProcessInstanceModificationTerminateByKeyInstruction

    Instruction providing the key of the element instance to terminate.

    type ProcessInstanceModificationTerminateByKeyInstruction = {
        elementInstanceKey: ElementInstanceKey;
    }
    Index

    Properties

    elementInstanceKey: ElementInstanceKey

    The key of the element instance to terminate.