Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page is for application designers who want to define a process using an actionflow diagram. It introduces the action nodes that make up an actionflow.

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.

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.

...

Usually, connections are 

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue
. These pass data through to the next action node. Some action nodes can have  
Insert excerpt
_request_connection
_request_connection
nopaneltrue
, which act like a lookup. These send out a request for data, which is returned to the action node data. The table below shows the types of connection available on an action node.

Types of Action Node

The following table summarises the purpose of each type of action node, with a link to the reference page for the node.

IconDescriptionAvailable Connections         

Insert excerpt
_actionflow
_actionflow
nopaneltrue

see Creating Actionflows

Add another complete actionflow as a node within this actionflow.  This is useful to reuse existing actionflows, or to refactor a complex workflow by 

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

Insert excerpt
_request_connection
_request_connection
nopaneltrue

Insert excerpt
_screen
_screen
nopaneltrue

see Open Screen Node

Add an action to open a specified dashboard (screen). Only use this action as the final node in an actionflow or branch of it. 

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

Insert excerpt
_action_view
_action_view
nopaneltrue

see View Node
Add a node for a data view. The actionflow uses views for additional data to use when processing stream-items.

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

Insert excerpt
_request_connection
_request_connection
nopaneltrue

Insert excerpt
_action_calculate
_action_calculate
nopaneltrue

see Calculate Action Node

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.

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

Insert excerpt
_action_delete
_action_delete
nopaneltrue

see todo-fiona
not yet on the toolbar

Add an action to deletes the specified stream-items passed to the node.

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

Insert excerpt
_action_gateway
_action_gateway
nopaneltrue

see Gateway Node

Add a node to specify decision logic. Gateways control the route that stream-items take as they flow through the actionflow.

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

Insert excerpt
_request_connection
_request_connection
nopaneltrue

Insert excerpt
_save
_save
nopaneltrue

see Save Action Node

Add a node to saves the specified stream-items to their stream.

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

Insert excerpt
_action_url
_action_url
nopaneltrue

see Open URL Node
Add an action to open a specified URL.

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

Insert excerpt
_action_analysis
_action_analysis
nopaneltrue

see Analysis Node

Add tables to run analysis.

Insert excerpt
_driving_connection
_driving_connection
nopaneltrue

What's next?

For details about the properties for the action nodes and their connections, see:

...