This page is for application designers who want to define a process using a workflow diagram, and then connect elements of the diagram to PhixFlow dashboards and actions in an application. This page describes properties
Overview
An actionflow diagram is made up of a series of nodes. Each node represents a specific action. By configuring different actions and wiring them together you can create complex functionality. This section describes the properties of the different action nodes. This page introduces the following nodes and how to connect them:
Adding Action Nodes
The toolbar includes the following action nodes that you can drag onto the actionflow canvas.
Actions can be added to actionflows in 3 ways:
- Drag actions from the create section in the toolbar
- From existing action nodes
Users can create new actions from connections from existing actions. - Dragging the following items from the repository using
- List Screens
Will create an Open Screen node. - List Tables
Will ask the user if they would like to create a Save Records node,Error rendering macro 'excerpt-include' : No link could be created for '_action_view_driving'.node orError rendering macro 'excerpt-include' : No link could be created for '_action_view_request'.node. - List Actionflows
Will create an Actionflow node. Doesn't do this yet
- List Screens
Connection Points
Everything in an actionflow is connected using connection points. They are blue when connected and grey when not connected. Find all the possible connection points below.
Icon | Connection Point | Relevant to | Description |
---|---|---|---|
Interface Driving Connection Point | Input Interface Output Interface |
| |
Interface Request Connection Point | Input Interface Output Interface |
| |
Driving Output Connection Point | Input Data Components Calculate Error rendering macro 'excerpt-include' : No link could be created for '_action_view_driving'. Gateway Actionflow |
| |
Driving Input Connection Point | Output Data Components Calculate Error rendering macro 'excerpt-include' : No link could be created for '_action_view_driving'. Gateway Save Records Open Screen Open URL Run Analysis Gateway |
| |
Request Output Connection Point | Input Data Components Error rendering macro 'excerpt-include' : No link could be created for '_action_view_request'. |
| |
Request Input Connection Point | Calculate Gateway |
|
Action Nodes
Icon | Description | Connection Points |
---|---|---|
Create | ||
Actionflow | Add another complete actionflow as a node within this actionflow. This is useful to reuse existing actionflows, or to refactor a complex workflow by moving part of the logic to its own node. | Driving input connection point Driving output connection point Lookup input connection point |
Screen | Add an action to open a specified dashboard (screen). Only use this action as the final node in an actionflow or branch of it. | Driving input connection point |
Error rendering macro 'excerpt-include' : No link could be created for '_action_view_driving'. | Add a node for a data view. The actionflow uses views to grab additional data to use when processing stream-items. | Driving input connection point Driving output connection point |
Error rendering macro 'excerpt-include' : No link could be created for '_action_view_request'. | Add a node for a data view. The actionflow uses views to look-up to additional data to use when processing stream-items. | Lookup output connection point |
Calculate | Add an action to manipulate the data that is passed to the calculate action. In the calculate action, write an expression using one or more of the 115+ functions available in PhixFlow. | Driving input connection point Driving output connection point Lookup input connection point |
Delete Records | Add an action to deletes the specified stream-items passed to the node. | Driving input connection point |
Gateway | Add a node to specify decision logic. Gateways control the route that stream-items take as they flow through the actionflow. | Driving input connection point Driving output connection point Lookup input connection point |
Save | Add a node to saves the specified stream-items to their stream. | Driving input connection point |
Open URL | Add an action to open a specified URL. | Driving input connection point |
Run Analysis | Add tables to run analysis. | Driving input connection point Driving output connection point |
Tap | tbc | Driving input connection point Driving output connection point |
For more detail of each actionflow node, see below.