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

    Type Alias ClusterModeChangeResponse

    The planned changes resulting from a cluster mode transition request.

    type ClusterModeChangeResponse = {
        changeId: string;
        plannedChanges: ClusterModeChangePlannedChange[];
    }
    Index
    changeId: string

    The ID of the cluster change that was triggered by the request.

    The operations that will be applied to complete the change, grouped by the physical tenant they belong to. Groups are transitioned in parallel; the operations within a group are applied in the given order.