Interface TemporalRollbackExecuteRequest

Request to execute a previously authored rollback plan.

interface TemporalRollbackExecuteRequest {
    approvedBy?: string;
    reason?: string;
    rollbackPlanId: string;
}

Properties

approvedBy?: string

Approver identity when the plan requires approval.

reason?: string
rollbackPlanId: string