cancel
Showing results for 
Search instead for 
Did you mean: 

Tasklistener - wait for queue to be empty

pranam
Champ in-the-making
Champ in-the-making
Hi

I am looking for some sample code where a service task waits for user queue to be empty and proceeds to the next step when this condition is met. I know task listener can do this, but any details which can help with this use case would be appreciated

Many thanks

Regards

Pranam
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Much simpler would be to use a wait state (eg a receive task), and let the external system signal the process to continue.