Question
Threshold Routing Conditional
Hello.
Can anyone help me with an easy routing.
Scenario:
Workflow:
Two Parallel Activities meeting at a Threshold need to set a Condtional.
If Both Activities sent "Approve" then Route Approve Path
If One Party sent "Reject" then go do the Reject Path.
I am trying with a Threshold that I set to 2.
The Conditional I attempted was code for within an Activity using the
Result= WfTally.all(self, "Approve", "Reject");
Not Sure if it's the code (Can I use the Tally in a Threshold as I would an Activity)
Or
Did I mess up the Workflow.
From the Activity: to the Threshold: I selected to Fire both Approve and Reject.... Thinking if either is selected it would go to the threshold. Or should I have left blank... It is hung at the Threshold in Testing.
Brian
Can anyone help me with an easy routing.
Scenario:
Workflow:
Two Parallel Activities meeting at a Threshold need to set a Condtional.
If Both Activities sent "Approve" then Route Approve Path
If One Party sent "Reject" then go do the Reject Path.
I am trying with a Threshold that I set to 2.
The Conditional I attempted was code for within an Activity using the
Result= WfTally.all(self, "Approve", "Reject");
Not Sure if it's the code (Can I use the Tally in a Threshold as I would an Activity)
Or
Did I mess up the Workflow.
From the Activity: to the Threshold: I selected to Fire both Approve and Reject.... Thinking if either is selected it would go to the threshold. Or should I have left blank... It is hung at the Threshold in Testing.
Brian

