Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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.

     

    Image RemovedImage Added

  3. Enter the details for the Flow Item:

    • Item Type Action – Select the Item Type Action that represents what will occur when the Flow Item executes. In this example, we want to disable the EmpowerID Person account for all people leaving the organization, so we will select “PersonDisable.”

    • Scope Type (How to Get Items) –Select the scope type (resource type) for the Flow Item. In this example, since we want to disable the EmpowerID Person account for all people leaving the organization, we will select “Person Resource” as the scope type.

    • Item Collection Filter – Optional setting

    • Threshold Item Count – This setting specifies the maximum number of items the system can process using the default policies associated with the Flow Item. If the number is greater, the system will process Flow Item objects in accordance with the policy specified in the Over Threshold Switch to Item setting.

    • Over Threshold Switch to Item – Specifies the policy the system will use to process Flow Item objects if the number of items surpasses the number specified in the Threshold Item Count setting.

    • Name – Name for the Flow Item, such as “Person Disable.”

    • Display Name – Name of the Flow Item in the EmpowerID UI.

    • Description – Description of the Flow Item

    • Fulfillment WF JSON – This allows you to add JSON to the fulfillment workflow

    • Is Shipping Data – Internally used

  4. Save the Flow Item.

    Image RemovedImage Added

  5. Repeat the above steps to create any other Flow Items needed.

    Insert excerpt
    IL:External Stylesheet
    IL:External Stylesheet
    nopaneltrue

...

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

  2. Click the Name link for the definition.

    Image RemovedImage Added


    This directs your browser to the View One page for the Flow Definition. View One pages are designed to facilitate the viewing and management of their corresponding objects in EmpowerID.

    Image RemovedImage Added

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

    Image RemovedImage Added

  4. Enter the following information in the dialog to add the Flow Item created above to the definition:

    • Run This Flow Item – Select the Flow Item created above

    • Start After X Hours – Specify the number of hours the system should take after detecting the Flow Event trigger before executing the Flow Item.

    • Depends on Item – If the Flow Definition contains a Flow Item that needs to be executed before this item, specify it here.

    • Override Approval Policy (Optional) – This optional setting allows you to select a different Approval Policy other than the one specified for the Item Type Action set on the Flow Item. For example, if the Item Type Action is “PersonDisable” and the Approval Policy for the action requires three approvals before the system fulfills it, you can override this and select an Approval Policy that requires fewer or no approvals.

    • Fulfillment WF JSON – This optional setting allows you to add JSON for custom configuration.

  5. Click Save.

    Image RemovedImage Added

  6. Repeat the above steps to add other Flow Items to the definition as needed. Remember that when adding multiple items to a definition, the system will process the items in the order in which they were added.

...