Skip to main content
Navigator | Tier 3
March 4, 2022
Question

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

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

    Most Valuable Pathfinder
    March 4, 2022
    Chand
    Ashwin A.K
    Navigator | Tier 3
    March 4, 2022

    Hi @Pankaj Chaturvedi​ ,

     

    You can add data in one of three ways:

     

     

    Kind Regards,

    Ashwin A.K

    Blogs at TheCodingTheory - https://www.thecodingtheory.com
    Most Valuable Pathfinder
    March 7, 2022

    Welcome @Pankaj Chaturvedi​ , yes you are right.

     

     

    Chand
    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.