Skip to main content

Create and Add Flow Items

Flow Items define the specific actions to be performed within a Flow Definition. This guide walks through creating a Flow Item that disables a user's EmpowerID Person account and adding it to a Flow Definition.

  1. Navigate to the Find Business Request Flow page by expanding Low Code/No Code Workflow and clicking No Code Flows.

  2. Select the Flow Items (Activities) tab and click the New Flow Item button.

    New Flow Item Button Figure 1: Click New Flow Item to create a new Flow Item

  3. Enter the details for the Flow Item:

    FieldDescription
    Item Type ActionAction to execute when the Flow Item runs (e.g., "PersonDisable" to disable an EmpowerID Person account)
    Scope Type (How to Get Items)Resource type for the Flow Item (e.g., "Person Resource" for Person accounts)
    Item Collection FilterOptional filter setting
    Threshold Item CountMaximum number of items the system can process using default policies. If exceeded, the system uses the policy specified in Over Threshold Switch to Item
    Over Threshold Switch to ItemPolicy to use if item count exceeds the threshold
    NameName for the Flow Item (e.g., "Person Disable")
    Display NameName displayed in the EmpowerID UI
    DescriptionDescription of the Flow Item's purpose
    Fulfillment WF JSONOptional JSON for custom fulfillment workflow configuration
  4. Click Save.

    Flow Item Configuration Figure 2: Flow Item configuration page with fields completed

  5. Repeat the above steps to create any additional Flow Items needed for your workflow.

  6. Select the Flow Definitions tab on the Find Business Request Flow page and search for the Flow Definition you created earlier.

  7. Click the Name link for the definition to open its View One page.

    Flow Definitions List Figure 3: Click the Flow Definition name to open its View One page

    Flow Definition View One Page Figure 4: Flow Definition View One page for managing the definition

  8. Click the Add New button in the Flow Items and Sequence accordion.

    Add New Flow Item Figure 5: Click Add New to add a Flow Item to the definition

  9. Enter the following information to add the Flow Item to the definition:

    FieldDescription
    Run This Flow ItemSelect the Flow Item created in step 4
    Start After X HoursNumber of hours to wait after detecting the Flow Event trigger before executing this Flow Item
    Depends on ItemOptional Flow Item that must execute before this item
    Override Approval PolicyOptional setting to use a different Approval Policy than the default for the Item Type Action
    Fulfillment WF JSONOptional JSON for custom configuration
  10. Click Save.

    Flow Item Added to Definition Figure 6: Flow Item successfully added to the Flow Definition sequence

  11. Repeat steps 8-10 to add other Flow Items to the definition as needed. Flow Items are processed in the order they are added.

Next Steps

After creating Flow Items and adding them to your Flow Definition, create Flow Policies to connect Flow Events to your Flow Definitions.