2.04 Actionflow Phases
What are Phases?
Actionflows process data one record at a time. However, sometimes you may want to process all records up to a point, before moving onto the next process.
Phases are useful in the following scenarios:
To check all data coming out of one Actionflow before starting another Actionflow
Where one phase reads records into the Actionflow and checks them one at a time, then once all records have been checked, the Actionflow can move to the next phase, where records are updated
Where the Actionflow requires the user to make a choice as part of the Actionflow, such as confirmation messages
Creating Phases
Using a Phase Action from the Toolbar
Click and drag a
icon from the toolbar onto the canvasClick the
Add Phase option that appearsEnter a name and optional description for the Phase, then select Create Action
The Phase action will show on the canvas and a new phase will be added next to the Processing Phase
Using the Phases Tabs
Every Actionflow contains a Processing Phase; click the
button next to the Processing PhaseChoose to
Add Phase before orAdd Phase afterEnter a name and optional description for the Phase, then select Confirm
To map to the Phase, click and drag a
icon from the toolbar onto the canvasThe newly created phase can be selected
Moving Action Nodes Between Phases
To move action nodes between phases, the phases must first be created.
Create a new phase using the steps above in Creating Phases: Using the Phases Tabs
Disconnect (
Remove Connector) the action nodes that are to be movedSelect the action nodes to be moved, right-click and choose
Select the Phase to move the action nodes to
Example Setup
This is an example of a
Worked Example
A worked example of setting up a phase can be found below, this example is taken from 1.13 Confirmation Message Configuration and uses the School Data (available from the Learning Centre), but this example can also be followed using the Retail Data (available from the Learning Centre).
If you are completing this chapter as part of the Actionflow course and using a training instance, on the Actionflow Intermediate Application set up a confirmation phase on the Actionflow on the Delete button on the Shop Staff screen.
Replace any references in the below example to the Course Management screen with the Shop Staff screen.