Creating Flows


An integration flow is made up of a series of nodes that processes data for the integration of devices across enterprises and organizations. Integration flows can be used for various purposes such as data forwarding, converting instruction formats for communicating between different devices, etc.


This section shows how to create an integration flow.

Before You Start

Step 1: Create New Flow

  1. Log in to the EnOS Console Management and click Device Integration > Flow Designer from the left navigation menu.
  2. Click New Integration Flow, enter the flow name and description, and click OK.

Step 2: Design the Flow

You will enter the Flow Designer page with a blank canvas.

  1. Drag and drop a node from the list of nodes on the left.
  2. Configure the node settings on the right panel. For more information about each node’s settings, see List of Nodes.
  3. Repeat both steps above for the other nodes for your flow. If you need to delete a node, select it and click its Delete icon delete.
  4. Connect all the nodes to make a flow. To connect two nodes, drag a line from a node’s exit point to another node’s entry point. To delete a connector, click on it and press “Delete” on your keyboard. Note that some nodes do not have an entry or exit point. These nodes are used as the start or end nodes of a flow.
  5. You can click Undo or Redo during the creation process.
  6. You can toggle on the Debug switch on the top right to record the logs of the nodes in the flow. Node logs are stored for a maximum of 7 days. To view the node log, click on the node and click its Log tab.
  7. Click Save to save your flow.


../_images/creating_flow.png

Results

The created flow is now in the list of flows at the Flow Designer page.