
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2021 06:51 AM
So I have a Catalog Item that has about 16 catalog tasks.
They want the tasks to all generate at once, but don't want the RITM/Request to go to Stage of Completed and State of Closed Complete until ALL tasks are completed.
As it works now, if they complete the final task before the other tasks are completed, then the State and Stage changes to Completed.
I have tried making the final task "wait for completion" as a work around for now, but that is not what they want.
The last activity in the workflow is Log Message - Completed
Is there a way to do this?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 03:05 AM
1.) After Run script activity, attach branch activity
2.) Now Connect that branch activity to all the individual catalog task activities
3.) Connect every individual task to Join the activity
4.) Connect join-complete to Set values RITM complete and Join-incomplete to Set values RITM incomplete

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2021 10:57 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2021 11:09 AM
After run script use branch and then join 16 tasks with the branch activity output and then output of every catalog task to Join activity.
Take the example shared by me in my previous comment.
The way i have joined three task between branch and join, you need to do the same with your 16 tasks.
This is standard way and you will surely achieve your desired requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2021 11:54 AM
Thanks & Regards,
Sai Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2021 12:13 PM
After closing all the Tasks, the RITM/Request did not move to Closed Complete, so while it solved one problem, I now have another.
The only modifications I did were:
1. Checked "wait for completion" on all task activities
2. Removed attachment to each other for each task
3. Created Branch and linked all tasks to the Branch
4. Added all tasks to the Join
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 03:05 AM
1.) After Run script activity, attach branch activity
2.) Now Connect that branch activity to all the individual catalog task activities
3.) Connect every individual task to Join the activity
4.) Connect join-complete to Set values RITM complete and Join-incomplete to Set values RITM incomplete