Is there any alternate for wait for condition in workflow?

pakalanikhi
Tera Contributor

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?

4 REPLIES 4

Najmuddin Mohd
Mega Sage

Hi @pakalanikhi ,
Can you provide what's exactly the requirement is, we can try to solutionise it.

Regards,
Najmuddin.

Venkumahant
Tera Contributor

Hi pakalnikhi ,

Yes you can use sleep condition in the script 

But, you need to mention for how much time the wait should be .

Sai Kumar P
Tera Guru

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

 

 

Anubhav24
Mega Sage
Mega Sage

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.