Skip to main content
Question

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

  • March 4, 2022
  • 4 replies
  • 79 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

Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • March 4, 2022

Ashwin A.K
Forum|alt.badge.img+10
  • Navigator | Tier 3
  • March 4, 2022

Hi @Pankaj Chaturvedi​ ,

 

You can add data in one of three ways:

 

 

Kind Regards,

Ashwin A.K


Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • March 7, 2022

Welcome @Pankaj Chaturvedi​ , yes you are right.

 

 


  • Author
  • Navigator | Tier 3
  • March 7, 2022

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.