Skip to main content

Create Flow Definitions

Flow Definitions are blueprints that define the sequence of actions (Flow Items) required for a specific business process. When the system processes a Flow Definition from the Flow Inbox, it generates a Business Request containing the configured Flow Items, which then execute according to their defined timing and dependencies. This article demonstrates creating a Flow Definition for employee offboarding.

Create a Flow Definition

  1. Navigate to Low Code/No Code Workflow > No Code Flows.

  2. From the Flow Definitions tab, click the New Flow Definition button (plus sign). New Flow Definition Button
    This opens the form for creating a new Flow Definition.
    New Flow Definition Form

  3. Enter the details for the Flow Definition:

    FieldDescription
    NameInternal name for the Flow Definition (e.g., "Terminate Employee", "Employee Offboarding")
    Display NameName displayed in the EmpowerID UI
    Locale Key (Unique Name)Optional: Locale key for translating the Flow Definition name into other languages. Leave blank if not using multi-language support.
    DescriptionDescription of the Flow Definition's purpose and the business process it automates (e.g., "Terminate any person identities that are employee types")
    Locale Key For DescriptionOptional: Locale key for translating the description. Leave blank if not using multi-language support.
    BR Generation Stored ProcedureStored procedure that converts the Flow Definition into a Business Request. Use the default value: BusinessRequest_GenerateBusinessRequestFlowDefinitionRequest
    Business Request TypeThe type of Business Request this Flow Definition generates (e.g., "Person Leaver" for offboarding). This determines how the request appears in Business Request queues and reporting.
  4. Click Save. The new Flow Definition appears in the Flow Definitions tab of the Find Business Request Flow page. Flow Definitions List

Next Steps

After creating the Flow Definition, add Flow Items to define the specific actions that execute when this definition runs. Flow Items must be created before you can add them to a Flow Definition.

See Create Flow Items for instructions on creating Flow Items and adding them to this Flow Definition.

To make the Flow Definition operational, create a Flow Policy that connects a Flow Event to this Flow Definition and defines when it should execute. See Create Flow Policies for instructions.