This page is for application designers who want to define a process using an actionflow diagram.
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 links to further details about the.
For information about connecting actionflow nodes together, see Wiring Actionflows.
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 or View node. - List Actionflows
Will create an Actionflow node. Doesn't do this yet
- List Screens
Connection Points
fiona-todo - create a page called connections and have this and the input and output. split by driving and lookup.
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 View |
| |
Request Input Connection Point | Calculate Gateway |
|
Action Nodes
These are the simplest component of any actionflow and define its functionality. Please find a brief description of each node below and the connection points each node has.
Fiona-todo : view node is one thing
Add links to the pages.
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 |
View | 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.