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:13 AM
Connect them to a Join, and then have the Join connect to the set value. Having the Join should wait for all of the tasks to join before setting the value.
Example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 08:34 AM
Hello Mike! Thanks for your response.
What's happening now is I'm testing it with two variables selected, I mark one of the tasks complete, and when I mark the second one complete it bugs and changes to closed incomplete.
I don't know if the problem is, not all of this catalog tasks will be completed, maybe on the form they'll select 2 variables and the third will be unselected, could that be the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 08:37 AM
Can you post a screenshot of your updated workflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 08:44 AM
Yes. I tried this now, I deleted the Incomplete option on the Join activity. But now once the two catalog tasks on top are completed, the workflow won't go on to set values as complete. Because the third catalog task is not triggered. I need to set the values complete once each desired task is completed.