This page is for application designers who need to configure functionality for components or events. It explains the properties for the input and output connection points. Connection points wire together inputs, nodes and outputs in an actionflow.
Overview
Use the input and output connection points on nodes in an actionflow to wire the nodes together.
- From Inputs on left into the actionflow.
- From one node to another.
- From a final actionflow node to the Outputs on the right of the actionflow.
- For input connection points, map which attributes to pass into the node.
- For output connection points, specify an expression to determine ??? passed onto the next node.
For information about the toolbar options, see the Common Properties page, Toolbars and Controls section.
Properties Tab
Parent Details
If this item is within or belongs to another, its parent name is shown here. See the Parent Details section on the Common Properties page for more details.
Basic Settings
Field | Description |
---|
Name | Enter the name for the connection pint. |
Role | Available for View and Open Screen nodes. todo-Fiona: more infor does something get set to component based on the instance input? By default this option is set to Primary. |
Type | Available when Role is Component. Specify the type of connection: - Driving input connection point: there can be only one of these.
- Lookup input connection point: there can be multiple of these
|
Open Mode | Not seeing this for the INPUTS input connection Available when Role is Component. text - Insert
- Update
- Change Fields
|
Action Phase | default |
Data Attributes
A list of attributes in other action nodes that you can map into this node. You can refer to these attributes in an expression using the syntax:
connectionpointname.attributename
Lookup Attributes are available when Type is Lookup.
Double-click on an attribute in the list to display the properties related to this node and connection. This can include Name, Type, Component, Primary Key etc.
To add a new attribute, click Add New and specify the Name and Type; see Attribute.
This section has a toolbar with standard buttons. The grid contains a list of the attributes that will pass through the input wire to this action. PhixFlow automatically lists the attributes that pass into the action when the actionflow is wired to an input with attributes. You can also:
- create a new attribute: click Add New and set its properties. Todo-Fiona - why would this be useful
- drag add an existing attribute to this list Todo-Fiona - is this possible??
- double-click one of the listed connections to open its properties.
- remove attributes, select one and click Permanently Delete. Todo-Fiona - check icon and label. What does this do? prevent them being passed through?
Audit Tab
Audit Summary
See the Common Properties page, Audit Summary section.
Output Connection Points
Each output connection point has an expression that specifies the logic to control whether or not records flow to the next action node.
For driving output connections, you can refer to an attribute in the expression using the syntax:
connectionpointname.attributename
If the expression evaluates to true for the record flowing through the node, it will pass through the connection point onto the next node in the sequence.
For information about the toolbar options, see the Common Properties page, Toolbars and Controls section.
Properties Tab
Parent Details
If this item is within or belongs to another, its parent name is shown here. See the Parent Details section on the Common Properties page for more details.
Basic Settings
Field | Description |
---|
Name | Enter a name for the output connection point |
Order | Enter a number to indicate the order in which this expression will be run. Remember that an expression that generates a value must run before an expression that uses the value. |
Expression | Enter an expression that evaluates to true or false to specify whether or not records pass through this connection point. To work in a larger pop-up window, click Show field in a large editor. See also: |
Audit Tab
Audit Summary
See the Common Properties page, Audit Summary section.