Actionflow Page Layout
The illustration shows the layout of an Actionflow:
- Action Nodes contains nodes that can be dragged canvas to perform specific actions, such as, a calculate node to enrich data or a HTTP node to connect to an external API.
- Canvas Properties relate to the canvas itself, providing options, such as, aligning content and zooming out.
2. Settings
Insert excerpt |
---|
| _actionflow_origin |
---|
| _actionflow_origin |
---|
nopanel | true |
---|
|
indicates the event that triggers the Actionflow instance. It displays its location in a hierarchy showing: name of the screen → component → event type, such as a double-click Insert excerpt |
---|
| _actionflow_event_location |
---|
| _actionflow_event_location |
---|
nopanel | true |
---|
|
takes the user to the screen containing the instance of the Actionflow and highlight in the layers where the Actionflow is being triggered Insert excerpt |
---|
| _actionflow_instances |
---|
| _actionflow_instances |
---|
nopanel | true |
---|
|
displays a list of the instances where the Actionflow is being reused, along with that instance's datasource, component and event type Insert excerpt |
---|
| _toggle_off |
---|
| _toggle_off |
---|
nopanel | true |
---|
|
/ Insert excerpt |
---|
| _toggle_on |
---|
| _toggle_on |
---|
nopanel | true |
---|
|
Close screen after action completes closes the screen where the Actionflow is being used, once it has finished Insert excerpt |
---|
| _toggle_off |
---|
| _toggle_off |
---|
nopanel | true |
---|
|
/ Insert excerpt |
---|
| _toggle_on |
---|
| _toggle_on |
---|
nopanel | true |
---|
|
Hide loading spinner will hide the loading icon that appears after a set amount of time to indicate the Actionflow is running
3. Phases
Actionflows can be made up of multiple phases. The first phase will run automatically when the action is triggered. Any additional phases will run when prompted to by a Start Phase node.
Defines the input(s) that initiates the Actionflow. These are specific to the instance of the Actionflow being used.
5. Connection Points
Define the data, or event(s), expected by the Actionflow and what it will return. All instances of the Actionflow use this Connection Point(s).
6. Action Nodes
Nodes are the building blocks of Actionflows, they perform specific tasks and are wired together to make up the overall Actionflow.
3. Understanding Actionflow Connection Points and Nodes