After you approve an approval activity in a loop structure, it maintains the previous status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2024 06:24 AM
I have a scenario, I need to create a task for someone, but after the task is completed, I need to validate if this task is valid, if the task is valid I end the process, otherwise I need to open the task again and return to the person responsible.
Doing this in Flow Designer, I had a first problem: when completing the task, the approval activity was ignored. So to meet what I needed, after completing the task I had to open it again to have an approval activity, and this solved my first problem.
Now I have a second problem, always in the first iteration of the loop, the result of the approval activity will be maintained for the next interactions. Example: if in the first interaction the activity is rejected, and in the second interaction I approve the task, the approval status still comes as rejected.
My Flow
First interaction, rejecting the task
second interaction, approving the same task
Even if the task that had been rejected is approved, it remains in rejected status
Has anyone experienced this scenario? Or is there any solution for this case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2024 07:49 AM
Which release are you on? Washington has introduced a go back to step flow action which would solve your issue in this case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 12:51 PM
My instance is in the Vancouver release, I didn't update my instance for Washington. But isn't there some other way to do this?