Setting the Order Predicate for an Approval Rule generates an ApprovalRulePredicateSet Message.

interface ApprovalRuleSetPredicateAction {
    action: "setPredicate";
    predicate: string;
}

Properties

Properties

action: "setPredicate"
predicate: string

A valid Order Predicate to set for the Approval Rule.