Adding branches to the If..Then activity

The If..Then activity supports multiple branches to handle different conditions.

To add additional If and Else branches complete the following steps:

Procedure

  1. Select the If..Then activity in the orchestration
  2. Right-click and select one of these options:
    • Add If – to add another branch with a condition.
    • Add Else – to add a final, catch-all branch to use when a message does not match any of the conditions in the If statements. (This option is only available if there is no Else branch displayed.)
    • Double-click the If icon and enter a name for the branch.