Skip to content

Link Nodes

Link nodes allows you to create virtual connection between the flows which exists in any flow tab.

link-in-node

The Link in node allows you to connect with other link out nodes which are connected with other flows.

link-out-node

Based on the mode selected in the Link out node properties, you can configure it to send messages to all connected Link in nodes or to send a response back to the link call node that triggers the flow. There are two types modes for Link out node:

  • Send to all connected link nodes
  • Return to calling link node

link-call-node

The Link call node allows you to call a flow that starts with Link in node and sends a response.

Example 1

The below given flows is an example for Link in, Link out and link call nodes are configured with each other to send messages to all connected link nodes and return the message through link call node based on the mode selected.

Send to all connected link nodes:

To execute the example flow using link nodes for sending messages to all connected link nodes, follow these steps:

  1. Create the flows as shown below:

    link-node-flow

  2. Edit link out node properties and configure with link in node to send message:

    edit-link-out-node

  3. Edit link call node properties and configure with link in node to send message:

    edit-link-call-send-node

  4. Save and execute the link out and link call node flows.

Result

You can view results in the message payload for sending messages to all connected link nodes.

Result for Link in and link out configuration flow:

link-out-result

Result for Link call and link in configuration flow:

link-call-result

Example 2

Return to calling link node:

To execute the example flow to return message from the calling link node, follow these steps:

  1. Create the flows as shown below:

    link-return-node-flow

  2. Edit link out node properties and configure the mode to "Return to calling link node":

    edit-link-out-return-node

  3. Save and execute the link call node flow.

Result

You can view both results in the message payload when you return the message to the calling node.

link-call-return-result


Last update: April 23, 2024