Create a same catalog task and not to re-open it in workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 01:41 PM
Hello All,
I'm working on a workflow for one of the catalog item. We have 2 catalog tasks which are created one after other. When Second task is cancelled it should create another task(same as first) and when I rollback to the first one in workflow it's re-opening the task without creating it. What would be the best way to create the task again in workflow. These creation of tasks can be in loop until second is closed completely. Any suggestions?
Thanks!
- Labels:
-
Request Management
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019 02:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 12:08 PM
Thanks Bharath for the response.
Wait for condition here will look for RITM and not catalog tasks as the workflow is on request item table. Do we need to write script in wait for condition activity to look for tasks states or is there any condition to check for task state?
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 02:32 PM
Yes write script to check the state of Tasks related to Requested Item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2019 10:36 PM
Thanks Bharath for the quick resoponse !
I tried capturing the sys id of task in scratchpad in run script and used the state of task in wait for condition script, but it didn't work. Can you tell me how to check the state of task in wait for condition activity.
Thanks!