Skip to main content
Cadet | Tier 2
May 20, 2024
Solved

Without using WLM

  • May 20, 2024
  • 2 replies
  • 153 views

How to divide the excel work item task or any other task without using WLM .

 

 

 

 

Regards,

Pallavi

    Best answer by DS78

    If you do not prefer to use WLM then you have to build your on Queue Management using database. There has to be some mechanism for managing the state of the work items. if not WLM, then it will be your custom queue which can be built but needed additional logic and implementation.

    I am not sure why you don’t prefer to use WLM when it is already available as part of the platform.

    2 replies

    DS78
    Most Valuable Pathfinder
    DS78Most Valuable PathfinderAnswer
    Most Valuable Pathfinder
    May 20, 2024

    If you do not prefer to use WLM then you have to build your on Queue Management using database. There has to be some mechanism for managing the state of the work items. if not WLM, then it will be your custom queue which can be built but needed additional logic and implementation.

    I am not sure why you don’t prefer to use WLM when it is already available as part of the platform.

    🤝Let's connect on LinkedIn: https://www.linkedin.com/in/dipendra-shekhawat/ >>>>>>>>>>>> 📺Check out my YouTube channel - https://youtube.com/@AutomationFeed
    jon.stueveapeople
    Automation Anywhere Team
    Automation Anywhere Team
    May 20, 2024

    As @DS78  mentions the problem of queue management outside of WLM is non trivial. 

    If you had a list of available bot agents, you could use APIs to track if the Bot Agent is available, then use the Deploy API to send the task to that… 
     

    …. But that is what WLM is doing with much more logging, state trackings, and better control.