Question

How to push data into Queue through a task bot into RPA workspace.

  • 4 March 2022
  • 4 replies
  • 33 views

How to push data into queue through a task bot, so that the device pool bot runners can start processing them. I want to know how to push the records, lets say, excel records to work item using a task bot to the Queue created in RPA workspace.

 

I have created the device pools and the work item template but I am not getting how to now start pushing data into queue using a task bot at run time.


4 replies

Userlevel 5
Badge +12

Hi @Pankaj Chaturvedi​ ,

 

Use Workload package in task bot, checkout below documentation

 

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-workload-command.html/p>

Userlevel 4
Badge +7

Hi @Pankaj Chaturvedi​ ,

 

You can add data in one of three ways:

 

 

Kind Regards,

Ashwin A.K

Userlevel 5
Badge +12

Welcome @Pankaj Chaturvedi​ , yes you are right.

 

 

Thank you @ChanduMohammad S​ and @Ashwin A.K​ for your help.

Now, I just have to use the work item template inside the BOT runners code and use from work items record as per the need.

Reply