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

    Type Alias ClusterRunningRebalance

    ClusterRunningRebalance: ClusterRebalance & {
        cancelRequested: boolean;
        dryRun: boolean;
    }

    The rebalance currently running.

    Type Declaration

    • cancelRequested: boolean

      Whether cancellation has been requested.

    • dryRun: boolean

      Whether this rebalance is a dry run.