Automation Unit

Automation Unit


Automation Unit Overview

  1. Purpose: An 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.
  2. What it does:
    1. It triggers an automated action without manual intervention.
    2. Executes repetitive or rule-based tasks automatically.
    3. Can interact with:
      1. Applications (e.g., ERP, CRM).
      2. Files and folders (move, rename, delete).
      3. APIs (send/receive data).
      4. System commands (run scripts).
  3. How it works:
    1. Trigger: The flow reaches the Automation Unit.
    2. Action Execution:
      1. Runs a script or automation logic (e.g., RPA bot, macro).
      2. Uses configured inputs (file paths, credentials, parameters).
    3. Output Handling:
      1. Returns success/failure status.
      2. Passes processed data to the next step.
    4. Error Handling:
      1. Retry or branch to error-handling logic if automation fails.
  4. Use case:
    1. Document Workflow: Automatically convert files to PDF.
    2. Data Processing: Extract data from spreadsheets and upload to a database.
    3. System Tasks: Schedule backups or clean temporary files.
  5. Visual Representation:
    • Related Articles

    • Edit Automation Unit

      Edit Automation Unit
    • 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 ...
    • 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 ...
    • Edit Start Unit

      Overview The Start Unit is the entry point of a flow in the Automation Flow Designer/Editor. It defines when and how an automation flow is initiated and marks the start of execution. The start unit is mandatory for the flow, where you need to define ...
    • Edit End Unit

      Overview The End Unit is the last step in a flow. It shows where the flow stops and makes sure everything is finished properly before ending. It receives the flow's final output, does any closing tasks, and confirms whether the flow ended ...