Basic Activities Palette
Basic activities are a simple means of interacting with a service, manipulating the passing data, or handling exceptions. They also contain Loops that are Groups with Conditions, which follow a pattern at run time such as, initialize the loop, update the loop at each iteration, and test conditions for the loop to stop iterating.
The available types of loops are:
-
Local Transaction
- For Each
- Iterate
- Repeat
- Repeat On Error
- Scope
- While
Subtopics