Creating Loops and Branches

The following activities are available for creating loops and branches.

Activity

Explanation

If, Then, Else combination

Provides the ability to select specific actions to be taken when an identified condition is met or not met.

WhileDo

Provides the ability to test a condition and execute a list of actions any number of times as long as the condition is met.

DoWhile

Provides the ability to execute a list of actions any number of times until a condition is met.

Switch, Case, Default combination

Provides the ability to execute specific actions defined in a Case section when the case value matches, or else execute the Default section when none of the case values match.

Each of these activities (except Switch) requires the Condition property to be set after the activity is dragged to the appropriate location in the logic. Refer to Edit Condition Dialog Box for information about the many conditions that can be set.

Refer to Determining the Type of a Received Message for information about an additional branching ability provided by ePortal Developer.