Queue status in orchestrator

when queue item once is sucessfull, when this will disappear from the orchestrator, or it will remain permanently in orchestartor.

Hi @T_Y_Raju ,

The Queue item will remain, it won’t disappear.
You can try deleting it, but even then the record will remain in the Queue →

image

If you want to eliminate it, then you have to recreate the queue, i.e., delete and create it again.

Kind Regards,
Ashwin A.K

every day iam running despatcher but i cannot create new queue everytime, when the bot is in production

Hi @T_Y_Raju ,

There is a bit of confusion here, could you please describe the problem you are facing?

The item once successful, will not get picked up by the performer, if that is what you meant to ask.

It will only retry(if you enable it) System Exceptions.

Kind Regards,
Ashwin A.K

@T_Y_Raju

Yes we will create queue only once in Production but will add transactions items to it every time for processing using Dispatcher process.

In Performer process, we will use either Get Transaction Item or Get Queue Item activity to fetch items from the queue to process it.

@T_Y_Raju

Possible Reasons:

  • This might be because the process is running into some issues or errors
  • Probably no input files there to read
  • Make sure the robot is connected to Orchestartor

Also, check is there showing an error in dispatcher Process