Wait for condition in workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 12:16 AM - edited 08-07-2023 12:19 AM
Hi,
I need to add wait for condition activity in workflow
There is a run script activity which is creating a ritm(kick off other catalog item), once that ritm state gets closed complete then it should move to next activity
When the ritm state gets closed complete then only it should move to next activity, untill then it should wait
How can we achieve this functionality
Can someone help me here
Thanks in advance 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 12:44 AM
you dont need a script for this i guess, you can use ''wait for condition'' activity as suggested in my previous reply.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 02:22 AM
Hi @Sohail Khilji ,
RITM is not associated with the current catalog item or workflow..it's whole different thing I'm submitting different catalog item using workflow ( within the workflow it's creating new catalog item ) please refer my query mentioned above
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 03:08 AM
Hello @Samaksh Wani ,
first run script will run and trigger new catalog item( ex,. Asset Catalog item) and submit request automatically
then new caltog item( Asset Catalog item) RITM should be closed complete then only it should move to next activity
for that i have written wait for condition activity, which is not working as expected
this is the flow of workflow