Wiring Actions Wire each node from the output to the input connection points Mapping Connection PointsInput Connection (available data or user action) map onto the Connection Point in order to pass data to the Actionflow. - Drag the Input Connection's "Output Connector" onto the required Connection Point.
- The mapping window opens.
- Drag the attributes from the Input Connection (Left) onto the Connection Point (Right)
- Ensure the type of data is the same i.e. we cannot map a text field onto a date field as they are not compatible.
- Create Target Attributes (Optional): drag an attribute on the left to the white space on the right, this will automatically create an attribute of the same name and type.
- Confirm the mapping. Now the "Output Connector" will be blue to indicate it has been mapped .
- Repeat these steps for any additional mappings required.
Building an Actionflow Not sure if we just add the mapping into here?Data flows through the Actionflow sequentially one stream-item at a time. When a lookup is performed the entire data set is read and processed. - Connect Inputs to Input Connection Points
- Create new Input Connection Points
- Click
- Provide a name for the connection point.
- Select driving or lookup.
- Click Create Connection Point
- Select input
- Click Connect Input.
- Map attributes - see Mapping section below.
- Connect inputs to existing Input Connection Points
- Click Connect
- Select input
- Click Connect Input.
- Map attributes - see Mapping section below.
- Add Action Nodes
- Click and hold on the desired Action Node, now drag this onto the canvas area.
- Click and hold on the Input Connection, when release a set of action nodes is displayed, select the desired option.
- This process also works from existing Action Nodes.
- Connecting
- From
Insert excerpt |
---|
| _driving_interface_connection_point |
---|
| _driving_interface_connection_point |
---|
nopanel | true |
---|
| : Click and hold on the input Connection, move the mouse over the desired node and select the Insert excerpt |
---|
| _driving_input_connection_point |
---|
| _driving_input_connection_point |
---|
nopanel | true |
---|
| .
- You will only be prompted to select an input connection if there is more than one input connection point e.g. a dashboard or the connection point is already connected.
- Action Nodes: Hover the mouse over the action node and select the correct
Insert excerpt |
---|
| _driving_output_connection_point |
---|
| _driving_output_connection_point |
---|
nopanel | true |
---|
| . Move the mouse over the desired action node and select the Insert excerpt |
---|
| _driving_input_connection_point |
---|
| _driving_input_connection_point |
---|
nopanel | true |
---|
| .
- Mapping, once a connection is made a mapping screen will open automatically. As described above click and drag the attributes on the left to create a mapping:
- On to an attribute on the right.
- Into the blank space to create an attribute and mapping automatically.
- Configuring the nodes as described in the nodes section above.
- Repeat the above steps to create you desired configuration.
Running an ActionflowActionflows run from being: - attached to an event such as a Button, a Double Click event on a grid item or any event attached to an item. link to events
- ran directly from the repository - cannot do this yet.
- ran as an Action Task on a Task plan
|