Creating a Negative Rule In Workflow
Summary:
In the Project Expenditure Batch Approval Workflow, a number of rules have been created to correctly route Notifications. These rules are based on the Batch Name ending characters - I now need to create a negative rule for items that Do Not end with
Content (required):
These rules are based on the Batch Name ending characters and the rule is (for example)
ProjectExpenditureBatchApprovalTaskPayloadType.batchInfoPayload.batch.toUpperCase() ends with "P1"
or
ProjectExpenditureBatchApprovalTaskPayloadType.batchInfoPayload.batch.toUpperCase() ends with "P3"
or ...
To catch any Batches that do not meet this naming convention, I need a negative rule set that says:
ProjectExpenditureBatchApprovalTaskPayloadType.batchInfoPayload.batch.toUpperCase() DOES NOT END WITH "P1"