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:
- Fixed Units
- Trigger Units
- 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:
- Timer - Triggers the flow at a scheduled time or at recurring intervals.
- Queue - Initiates the flow when a message is received in a queue.
- Subscription - Triggers the flow based on subscribed events or notifications.
- 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:
- General:
- Decision/For-Each Unit
- Repeat Until
- Calls:
- System Call Unit
- HTTP Call Unit
- FTP Call Unit
- Delegate:
- Component Unit
- Automation Unit
- Flow Unit
- Queue Unit
- Trasformation:
- Mapping Unit
- Java Class Unit
- JSONata Unit
- XSLT Unit
- Store Operations:
- Key-Value
- Documents
- 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.