TEARDOWN_STEP_STATUS
Outcome of a single step of a tenant-teardown run.
enum TEARDOWN_STEP_STATUS {
SUCCEEDED
FAILED
SKIPPED
}
Values
TEARDOWN_STEP_STATUS.SUCCEEDED
The step completed.
TEARDOWN_STEP_STATUS.FAILED
The step exhausted its retries. It is red in the Temporal history, and the run continued without it — the data it owns is still there.
TEARDOWN_STEP_STATUS.SKIPPED
The run deliberately did not take this step, because doing so would have made the leftovers of a failed step permanent. Re-run the teardown once the failed steps can succeed.
Member Of
TenantTeardownClearedService object ● TenantTeardownFinalizeStep object