Options to create an actionflow not available in 9.0 To create an actionflow: - with a button as the input connection, in a screen, right-click on any button on a screen and select Add Actionflow.
- initially unconnected to a component, in the repository browser expand Actionflows and click . You can wire the action to a button.
Building an Actionflow Not sure if we just add the mapping into here?Data flows through the Actionflow sequentially one stream-item one record 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
|