Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Request Flow - Get Information From Next User

clatham1
Kilo Contributor

Hi All,

Looking for some best practice advice.

We have a request process, whereby a manager would request access for their employee to a system, selecting the modules that their employee requires access to. I need this request to then be sent in parallel to each module owner, to advise on permissions to be applied.

In a simple RITM flow, I can send to those users for approval - but have no way to collect in an efficient manor the data off them.

How would you expect this to be performed?

2 REPLIES 2

glideFather
Tera Patron

It could be achieved via Flow (workflow studio) - after a submission of the particular catalog item, then set the approvers - will it be one approval or more?

After Approval you can create a Catalog task and assigned it according to the selected module.

In the design it will depend on a few attributes - can more modules be selected or just one?

In the flow you can create a flow variable and set the module owners (use a group, copy the group sys id) and then you can maintain the group members without changing the code.


✂-----Cutting-out-the---✦AI-noise✦---All-replies-written-and-vouched-for-by-GlideFather---

Rick62
Tera Expert

@clatham1,

Basically you take the modules the manager selected and create the appropriate task for each module when selected. Use if statements for true / false and you could use "Do the Following in Parallel" to trigger the tasks together and wait for completion...and if a module has it's own process you can trigger a reusable subflow.