Generated after a successful Set Predicate update action.

interface ApprovalRulePredicateSetMessagePayload {
    oldPredicate: string;
    predicate: string;
    type: "ApprovalRulePredicateSet";
}

Properties

oldPredicate: string

Name of the ApprovalRule before the Set Predicate update action.

predicate: string

Name of the ApprovalRule after the Set Predicate update action.

type: "ApprovalRulePredicateSet"