Flow Designer - Wait for Condition in parallel to Approvals generated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2021 08:33 AM
Hi,
Need some assistance related to Flow Designer. In the flow designed, we are creating Approvals record on RITM based on mapping we have at the backend. Once the Approvals are created, we need to validate if the Approvals are Approved or not and if it not Approved then wait for 1 business days and then trigger an email so that they can approve the records. Once Approved we need to create Catalog Task.
Point where I am stuck is Once the Approvals are created, I have put a Wait Action but the flow gets stuck in Approval Action step itself as the Approvals are in Requested State and it does not validate the Wait for Action step.
Any help would be much appreciated on how to check for Wait action even if Approvals are in Requested State which is leading to Flow getting stucked
Kindly assist!!
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2021 08:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2021 09:00 AM
Hi Prasad,
Yes, I have already investigated on the approach you have mentioned. Reason being this won't work is because the Due Date Options such as Approve or Reject will be default Approve it or Reject it forcefully when Due Date time gets reached but my scenario is different as I need to wait for a certain period of time after the Approval have been generated and then follow the next steps as mentioned in my question above.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 01:45 AM
Hi,
Did you tried combination of
Do Until + Ask for Approval + Notifcation + Task?? Do this until its approved?
Thank you
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 11:31 PM
Even I am looking for same requirement could some help