schedule in pening count in queues

ranjith kumar

New Member
hi all ,
in my process had 10 queues ,i want to auto schedule where pending queues is high through scheduler .


can anybody tell me the answer
 

gil.silva

Active Member
Hello ranjith kumar,

Unfortunately, there's no such thing as 'auto schedule' is BP, at least by default.

But, to make a process work in the queue with more pending items, you can Loop all your queue names and check the number of pending items, using the action 'Get Pending Items', for each iteration, compare the current nº of pending items with the previous one to find out the queue with bigger amount of pending items.

I hope it helps.
 
Top