Delegate Flow Unit

Delegate Flow Unit


Overview

A Delegate 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, defining what happens at that point in the flow.  

What it does:
  1. Represents one logical operation in the process.
  2. Can perform:
    1. Data transformation.
    2. Decision-making.
    3. External calls (API, FTP, HTTP).
    4. Automation tasks.
  3. Connects to other units to form a complete workflow.
Use Case:
  1. Each Flow Unit handles one specific task.
  2. Accepts inputs and produces outputs.
Visual Representation


    • Related Articles

    • Delegate Automation Unit

      Overview A delegate Automation Unit in a flow diagram represents a step where the workflow performs an automated action without manual intervention. It’s designed to execute predefined tasks using scripts, bots, or automation services. What it does: ...
    • Delegate Queue Unit

      Overview A Delegate Queue Unit in a flow diagram manages asynchronous processing by placing transactional messages into a queue for later handling. This unit helps to process where messages need to be processed in sequence or by different systems. ...
    • Edit Delegate Component Unit

      Overview A Delegate Component Unit in a flow diagram represents a self-contained, reusable block of logic that performs a specific task. You can reuse it whenever needed within a larger process, much like using a pre-built piece in a puzzle. What it ...
    • Edit Delegate Automation Unit

      Overview The Delegate Automation unit in a flow diagram represents a step where the workflow performs an automated action without manual intervention. It’s designed to execute predefined tasks using scripts, bots, or automation services. What it ...
    • Delegate Component Unit

      Overview A Component Unit in a flow diagram represents a self-contained, reusable block of logic that performs a specific task. You can reuse it whenever needed within a larger process, much like using a pre-built piece in a puzzle. What it does: ...