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

    Type Alias ClusterCompletedRebalance

    ClusterCompletedRebalance: ClusterRebalance & {
        finishedAt: string;
        result: "COMPLETED" | "CANCELLED" | "FAILED";
    }

    The last completed rebalance.

    Type Declaration

    • finishedAt: string

      When this rebalance finished.

    • result: "COMPLETED" | "CANCELLED" | "FAILED"

      How the rebalance ended.