Versions Compared

Key

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

...

Each Flow Item has an Item Type Action associated with it that specifies , specifying the exact task to be performedexecuted. For instance, “Bulk Remove Person Group Membership” might be an Item Type Action assigned to a Flow Item. This action suggests that, as part of responding to a specific Flow Event, the system should remove a person from multiple group memberships.

...

Easy html macro
theme{"label":"solarized_dark","value":"solarized_dark"}
contentByMode{"html":"<!doctype html>\r\n<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC\" crossorigin=\"anonymous\">\r\n<link href=\"https://docs.empowerid.com/new_docs.css\" rel=\"stylesheet\">\r\n\r\n<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM\" crossorigin=\"anonymous\"></script>\r\n <script src=\"https://kit.fontawesome.com/59759af5bf.js\" crossorigin=\"anonymous\"></script>\r\n\r\n <p>EmpowerID includes several Flow Definitions for Person events. \r\n The library can be expanded as needed.\r\n <a href=\"#mfaPatch\"data-bs-toggle=\"collapse\">View Definitions\r\n <i title=\"Read more\" class=\"fa-duotone fa-square-down-right\"></i>\r\n </a>\r\n </p>\r\n \r\n <div id=\"mfaPatch\" class=\"collapse\">\r\n <table>\r\n <tbody>\r\n <thead>\r\n <tr>\r\n <td>Flow Definition</td>\r\n <td>Description</td></td>\r\n </tr>\r\n </thead>\r\n <tr>\r\n <td>Person Leaver</td>\r\n <td>Used to define the Flow Items to be executed when a Person Leaver event occurs.</td>\r\n </tr>\r\n <tr>\r\n <td>Person Mover</td>\r\n <td>Used to define the Flow Items to be executed when a Person Mover event occurs.</td>\r\n </tr>\r\n <tr>\r\n <td>Person Rehire</td>\r\n <td>Used to define the Flow Items to be executed when a Person Rehire event occurs.</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n \r\n ","javascript":"$(document).ready(function () {\r\n $('.glyphicon').click(function () {\r\n $(this).toggleClass(\"glyphicon-chevron-right\").toggleClass(\"glyphicon-chevron-up\");\r\n });\r\n});","css":"table {\r\n\tborder-collapse: collapse;\r\n font-family: Tahoma, Geneva, sans-serif;\r\n}\r\ncaption {\r\n font-weight: bold;\r\n font-size: 24px;\r\n text-align: left;\r\n color: #333;\r\n margin-bottom: 6px;\r\n margin-left: 60px;\r\n caption-side: top;\r\n}\r\ntable td {\r\n\tpadding: 15px;\r\n}\r\ntable thead td {\r\n\tbackground-color: #ffffff;\r\n\tcolor: #222;\r\n\tfont-weight: bold;\r\n\tfont-size: 18px;\r\n\tborder: 1px solid #dddfe1;\r\n}\r\ntable tbody td {\r\n\tcolor: #636363;\r\n\tborder: 1px solid #dddfe1;\r\n}\r\ntable tbody tr {\r\n\tbackground-color: #f9fafb;\r\n}\r\ntable tbody tr:nth-child(odd) {\r\n\tbackground-color: #ffffff;\r\n}\r\nh3{\r\n padding-top: 24px;\r\n}"}

Flow Policies

Within the The No Code Flows framework of EmpowerID , Flow Policies are the command center that connects specific events to appropriate automated actions, leveraging the power of Flow Definitions. Flow Policies essentially constitute the rule set of No Code Flows. They define which Flow Definitions (i.e., the sequence of Flow Items) should be triggered based on the occurrence of particular Flow Events. The policies allow multiple rules to be defined for the same event, providing flexibility and responsiveness to dynamic organizational needs.For example, an organization might have different operates through a central mechanism known as Flow Policies. These policies form a bridge between particular events and their corresponding automated responses, facilitated by Flow Definitions. As the core rule set for No Code Flows, Flow Policies specify which Flow Definitions to trigger in response to certain Flow Events.

Moreover, these policies offer the ability to create numerous rules for a single event, allowing for adaptability and quick response to changing organizational requirements. For example, a company might have distinct procedures for when an internal employee leaves exits versus when an external consultant's contract ends. A concludes. The organization can establish a unique Flow Policy can be set up for “internal leavers,” which triggers a specific set of Flow Items, like for each circumstance in such cases. An "internal departures" policy might entail disabling access to certain select internal systems, while whereas a different policy could be set for “external leavers,” which could trigger another set of Flow Items, like for "external departures" could involve revoking temporary access rightspermissions.


...


Customizable to Your Organization's Needs

...

Approval Flow Policies are used to direct Business Requests to the appropriate people for approval. For example, if a person changes their location within the organization, that change could be routed to the person’s manager for approval before certain resources are allocated to that person. If the Business Request is linked to an Approval Flow policy, the request could route for approval based on the assigned policies or be overridden and execute executed without requiring approval, such as might be the case in the event of person-leaver events.

Fulfillment Workflows

These workflows outline the procedure to be followed when a request item is approved, auto-approved by the system, or rejected, detailing the execution process for each scenario. Fulfillment Workflows are triggered once the Approval Flow policy has been completed and a decision has been made. Based on the outcome of the Approval Flow policy, different fulfillment workflow branches may be triggered to execute specific task tasks or activities in response to an approved or rejected request. This could include updating information in systems of record, sending notifications to stakeholders, or performing post-decision activities.

...