I thought workflow could accept either/or statements in a starting rule. Workflow appears to be reading the second group as “all” conditions must be met – but I have indicated “any” - based on the error message.
I tried two variations:
- If all of these conditions are true
Entry : Path equals \BUILD DOCUMENTS\TAP/MAP
Entry : Template Name equals TAP/MAP EMPLOYMENT
Entry : Field (NAME_FIRST) is not empty
Entry : Field (NAME_LAST) is not empty
Entry : Field (Program Type) is not empty
Entry : Field (Packet Type) is not empty
If any of these conditions are true
Entry : Field (TAP/MAP EMPLOYMENT - SSN) is not empty
Entry : Field (EmployeeID) is not empty
Error message:
[FALSE] If all of these conditions are true:
[TRUE] Entry Field [TAP/MAP EMPLOYMENT - SSN]: '123456' <is greater than> '0'
[FALSE] Entry Field [EmployeeID]: [Empty] <is greater than or equal to> '0'