Component Unit

Component Unit


Component Unit Overview

  1. Purpose: 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.
  2. 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.
  3. 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.
  4. 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.
  5. Visual Representation:
    • Related Articles

    • Edit Component Unit

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

      Mapping Unit Overview Purpose: The Mapping Unit is an action unit in the Flow Editor/Designer that enables a flow to transform, map, and structure data between different formats or schemas during execution. What it does: Converts input data into the ...
    • Edit Mapping Unit

      Overview The Mapping Unit is an action unit in the Flow Editor/Designer that enables a flow to transform, map, and structure data between different formats or schemas during execution. What it does: Converts input data into the required output ...