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

    Type Alias ModifyProcessInstancesBatchOperationData

    type ModifyProcessInstancesBatchOperationData = {
        body: {
            filter: ProcessInstanceFilter;
            moveInstructions: {
                sourceElementId: ElementId;
                targetElementId: ElementId;
            }[];
            operationReference?: OperationReference;
        };
        path?: never;
        query?: never;
        url: "/process-instances/modification";
    }
    Index

    Properties

    Properties

    body: {
        filter: ProcessInstanceFilter;
        moveInstructions: {
            sourceElementId: ElementId;
            targetElementId: ElementId;
        }[];
        operationReference?: OperationReference;
    }

    The process instance filter to define on which process instances tokens should be moved, and new element instances should be activated or terminated.

    Type Declaration

    path?: never
    query?: never
    url: "/process-instances/modification"