Is there any alternate for wait for condition in workflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2024 01:50 AM
Hi,
I'm using workflow for RITM, so that I can process the logic of SCTASKs.
I have a requirement to wait until a condition is satisfied, but even the condition is satisfied, the logic is not moving further, until any update is made on RITM.
Is there any solution/alternative?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2024 02:16 AM
Hi @pakalanikhi ,
Can you provide what's exactly the requirement is, we can try to solutionise it.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2024 02:34 AM
Hi pakalnikhi ,
Yes you can use sleep condition in the script
But, you need to mention for how much time the wait should be .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2024 05:40 AM
Hi @pakalanikhi ,
If the logic is not moving further even the condition is satisfied, its unusual. Double check the wait for condition configuration or find out if the condition is updated through script with setWorkflow(false).
-----------------------------------------------------------------------------------------------------------------------------------
Regards,
Sai Kumar P
If this is working for you, Accept the solution and mark it as helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2024 10:20 AM
Hi @pakalanikhi ,
The wait for condition is built on sc_req_item table , hence is that condition satisfied on RTIM table.
Please mark correct/helpful if my response helped you.