How to make many catalog tasks and wait for all to finish before ending the workflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 08:08 AM
Hello everyone!
I'm having this problem. I made this workflow, what I need to do is depending on the variables selected on the form, a catalog task will be created. But what's happening is, once one of the tasks is closed, it'll end the whole workflow. What I need is, if two or more variables are selected (if more than one IF is true), it'll create the catalog tasks and they all have to be finished, after that it has to end.
Hope anyone can give me a hand with this.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 08:52 AM
You'll need another join for the closed incomplete/closed skipped scenarios too.
Also, when you are testing the flow, on the RITM there is a show workflow link. If you click that, it will show you the workflow and the path for that specific RITM. This comes in handy while testing.