This Help topic refers to the following editions:
þ Enterprise þ Professional þ Small Business.
Overview: Changes the execution flow according to a boolean condition
Allowed inputs: many
Allowed outputs: 2 ("yes" and "no")
Description:
Use a decision block to change the execution flow according to a boolean condition. When execution flow reaches a decision block, the condition of the block is evaluated. If it is true, then the execution path goes through the transition labeled "yes". If it is false, it goes through the transition labeled "no".