Question
2
Replies
6046
Views
Posted: February 16, 2017
Last activity: March 3, 2017
Closed
Solved
What is a Real Time Scenario for Fork and Decision?
Can You please give a real time scenario for fork and decision?
***Updated by Moderator: Marissa to branch this into its own post***
Hi,
For a Decision shape, a single rule (must be decision table, decision tree, or map value) is used to compute a value such as 1, 2 or 3. Then, flow execution advances along a connector flow action (arrow) that matches the value.
For a Fork shape, the tests are on the connectors themselves; the tests return true or false. Connector tests are evaluated one by one, based on the likelihood percentages. Flow execution advances along whichever connector first evaluates to true.
(Typically, the tests on the connectors are When rules.)