Help

Sequence Activity

The Sequence Activity simply contains a sequence of Activities. It is useful when used within Activities like the While Activities which can only contain one Activity, and is also useful for providing fault handling scope for a group of Activities. Below is an example of a Sequence Activity nested within a While Activity, containing a sequence of three Code Activities.