Generated after a successful Set Status update action.

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

Properties

Properties

oldStatus: string

Status of the ApprovalRule before the Set Status update action.

status: string

Status of the ApprovalRule after the Set Status update action.

type: "ApprovalRuleStatusSet"