Group and Blocks
A series of actions make up a block.
A collection of blocks make up a group.
Groups
Groups are collections of Blocks that are run sequentially in the Execution Plan. Groups can be re-ordered at any time by dragging the group tabs into the desired order. Group tabs may also be renamed with custom names.
Blocks
Execution blocks include Actions and optionally include Conditions. Execution Blocks are executed in a sequential order within an Execution plan.
You can drag and drop each of your actions to rearrange their order of execution within the plan.
A series of actions in a group that execute under the same condition(s) make up a block. Therefore, multiple conditions result in multiple blocks. You can visually distinguish blocks by their IF, ELSE IF, or ELSE EXECUTE statements.
Whether or not the Actions(s) within an Execution Block will run is dependent upon any specified Conditions, if they are included. Execution Blocks are necessary for Execution Plans to be saved; you must have at least one of them within your plan.
The following scenarios present logic errors that prevent Execution Plans from functioning properly.
Using the same result field in multiple groups within an Execution Plan.
Using the same result field twice in the same Execution Block.
Using the same result field among multiple Execution Plans in the same project.