Generated after a successful Set Status update action.

interface ApprovalRuleStatusSetMessagePayload {
    oldStatus: ApprovalRuleStatus;
    status: ApprovalRuleStatus;
    type: "ApprovalRuleStatusSet";
}

Hierarchy (View Summary)

Properties

Properties

Status of the ApprovalRule before the Set Status update action.

Status of the ApprovalRule after the Set Status update action.

type: "ApprovalRuleStatusSet"