Using a Go Back To Step inside a Parallel Branch in Workflow Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I am working on a Flow that involves waiting until the Start Date of a Change Request. I was wanting to add in something to the Flow that restarts the wait if the Start Date changes. My current implementation has no parallel branches; it is set up to repeatedly wait a set amount of time and check if the start date has changed and restart the process if it has. Otherwise, it will keep looping until the start time arrives and takes further action.
I was wanting to know if its possible to set up a similar idea by using a 'Do the Following in Parallel' block, where one branch is a 'Wait for Condition' to see if the Start Time Changes and another branch that does the waiting until the start time. In the Wait for Condition branch, it would have a go back to step to before the parallel block even begins, and the other branch would complete all additional actions and end the flow.
Is such a set up possible? Or is my current implementation without the parallel block going to be the only way to do what I want?
Thanks,
Jarrod