Flow Units Overview

Flow Units Overview


Flow Units 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 units that are 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

Accessing Fixed Units

text

Accessing Unit's Properties

Text

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.
Image

Accessing Trigger Units

text

Accessing Unit's Properties

Text

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 Configurable Units

text

Accessing Unit's Properties

Text
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, ...
    • Flow Unit

      Flow Unit Overview Purpose: A Flow Unit in a flow diagram is the basic building block that represents a single step or action in a process. It’s the smallest executable element in a workflow and defines what happens at that point in the flow. What it ...
    • 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, ...