Need help with Parallel approval in flow design

Sohini Kar
Tera Expert

I need help with Parallel approval in flow design.

Requirement:

Create a request to provide access to folder path.

Suppose we are asking for access for 4 different path, It will go for 4 different approval.

If 1 is rejected. That path should go to different variable name: Rejected folder

and for rest 3, task should be created.

 

How can I achieve this with Flow designer.

In my case it is going for approval one by one. And if 1 is rejected then whole RITM is becoming closed incomplete.

1 ACCEPTED SOLUTION

Sohini Kar
Tera Expert

I have fixed the issue in an easier way. 

Instead of "Ask for approval", I simply updated record in "Approval table"

 

SohiniKar_0-1742747976707.png

 

 

No coding was needed and approvals were generated for each folder path.

View solution in original post

6 REPLIES 6

J Siva
Tera Sage

Ok. Then create one flow variable and store the value there.

we use workflow.scratchpad to access that particular value throughout the workflow. Ie you can access that value from any of the activities within the workflow.

So similarity if you create flow variable, then you can access that variable throughout the flow 

 

Regards,

Siva

Sohini Kar
Tera Expert

I have fixed the issue in an easier way. 

Instead of "Ask for approval", I simply updated record in "Approval table"

 

SohiniKar_0-1742747976707.png

 

 

No coding was needed and approvals were generated for each folder path.