Delegate Component Unit

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.
  1. What it does:
    1. Calls another reusable component or subflow.
    2. Encapsulates a set of steps or logic into a single unit.
    3. Can be reused across multiple flows.
    4. Accepts input parameters and returns output results.
  2. How it works:
    1. Definition:
      1. A component is created separately with its own flow logic.
      2. It is designed to perform a specific task (e.g., validating data or processing a document).
    2. Invocation:
      1. The main flow calls the Component Unit.
      2. Passes required inputs (e.g., document ID, user info).
      3. Waits for the component to finish and return outputs.
    3. Benefits:
      1. Modularity: Breaks complex workflows into smaller, manageable pieces.
      2. Reusability: Common tasks can be reused without duplication.
      3. Maintainability: Easier to update one component than multiple flows.
  3. Use case:
    1. Document Workflow: A component for OCR processing.
    2. Integration: A component for API authentication.
    3. Business Logic: A component for invoice validation.
Visual Representation




    • Related Articles

    • 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 Component Flow

      Overview The flow editor feature in OneEnterprise enables you to visually modify and refine component flow through an intuitive interface. This functionality permits direct interaction with the flow structure of the component. The flow editor offers ...
    • Edit Component Unit

      Edit Component 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: ...
    • 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: ...