Setting the status for an Approval Rule generates an ApprovalRuleStatusSet Message.

interface ApprovalRuleSetStatusAction {
    action: "setStatus";
    status: string;
}

Properties

Properties

action: "setStatus"
status: string

New status to set for the Approval Rule.