|
|
@@ -29,6 +29,10 @@ class PublicationState(StrEnum):
|
|
|
class RecoveryClassification(StrEnum):
|
|
|
ALREADY_COMPLETE = "already_complete"
|
|
|
FINALIZE_ONLY = "finalize_only"
|
|
|
+ ADVANCE_PHASE_TWO = "advance_phase_two"
|
|
|
+ ADVANCE_PHASE_THREE = "advance_phase_three"
|
|
|
+ RESUME_PLANNER = "resume_planner"
|
|
|
+ CONVERGE_STOP = "converge_stop"
|
|
|
RESUME_PENDING_OPERATION = "resume_pending_operation"
|
|
|
RESUME_VALIDATION = "resume_validation"
|
|
|
REPLAN_REQUIRED = "replan_required"
|