@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias ApprovalConditionRuleType

    ApprovalConditionRuleType: "Any" | "All" | "Res" | "Count" | "Percent"

    Rule type determining approval logic:

    • 'Any': Any user or any group member can approve or reject
    • 'All': All users and all group members need to approve or reject
    • 'Res': All responded and anyone approves or rejects
    • 'Count': Specific number of approvals required to approve or reject
    • 'Percent': Percentage of approvals required to approve or reject