Flow Units Overview

Flow Units Overview


Overview

A Flow Unit is a configurable, reusable building block in the Flow Designer that represents a single action or logic step in an automation flow. Each flow unit processes input data, performs a defined operation, and produces an output that can be used by subsequent units in the flow. Flow units are arranged in a logical sequence to design end-to-end automations and can be configured independently based on business requirements. The units are categorized into the following sections:
  1. Fixed Units
  2. Trigger Units
  3. Configurable Units

Fixed Units

Please note that the Start and End units are the default included in every flow. You cannot remove these units from the flow. Configurable flow units are available under the Flow Unit tab, which can be added or removed from the flow.

Image

Trigger Units

The trigger units are always the second unit in any flow. This is the triggering point of any flow. The following trigger units are supported:
  1. Timer - Triggers the flow at a scheduled time or at recurring intervals.
  2. Queue - Initiates the flow when a message is received in a queue.
  3. Subscription - Triggers the flow based on subscribed events or notifications.
  4. HTTP - Starts the flow when an HTTP request is received.

Configurable Units

The configurable flow units are provided under the Flow Unit section and categorized into subsections:
  1. General:
    1. Decision/For-Each Unit
    2. Repeat Until
  2. Calls:
    1. System Call Unit
    2. HTTP Call Unit
    3. FTP Call Unit
  3. Delegate:
    1. Component Unit
    2. Automation Unit
    3. Flow Unit
    4. Queue Unit
  4. Trasformation:
    1. Mapping Unit
    2. Java Class Unit
    3. JSONata Unit
    4. XSLT Unit
  5. Store Operations:
    1. Key-Value
    2. Documents
    3. Database
Image

Accessing Flow Units

Click on any of the sections to expand them. The corresponding flow units get displayed. These units can be dragged and dropped into the flow diagram to modify the flow.



    • Related Articles

    • Fixed Flow Units

      Overview The application provides fixed, trigger, and configurable units. These units are reusable building block of the Flow Designer/Editor that represents a single action or logic step in an automation flow. Each flow unit processes input data, ...
    • Trigger Units

      Overview The application provides fixed, trigger, and configurable units. These units are reusable building block of the Flow Designer/Editor that represents a single action or logic step in an automation flow. Each flow unit processes input data, ...
    • Configurable Units

      Overview The application provides fixed, trigger, and configurable units. These units are reusable building block of the Flow Designer/Editor that represents a single action or logic step in an automation flow. Each flow unit processes input data, ...
    • Action Panel Overview

      Overview Every unit in the flow diagram works on the basic fundamental concept called the IPO module (Input → Processing → Output). Receives Input: Data or signals from a user, another system, or a device. Processes Data: Applies logic, calculations, ...
    • Design Module Overview

      Overview The Design Module in the OneEnterprise platform is a powerful, flexible environment that helps organizations create custom connectors and automations to integrate systems, orchestrate data flows, and automate enterprise processes. What is ...