Skip to main content
Solved

Retrieving WorkItem Id and Queue name on Bot run

  • August 15, 2024
  • 1 reply
  • 278 views

Forum|alt.badge.img+10

We use the WLM to run our bots. The bot is linked to the WorkItem Template.  The Queue is also paired with the bot. The bot automatically has the record variable workItem. Is there an easy way to retrieve the queue name and workItem ID when that bot runs? Perhaps a parameter to the variable? I’m thinking this information has to be easily obtainable in some fashion. Any help is greatly appreciated!

Jaye

Best answer by Dineshkumar Muthu

@jaye 

 

The latest Workload package includes an option to retrieve and process the work items..

You will need to use a loop to retrieve and process the work items.

1 reply

Dineshkumar Muthu
Flight Specialist | Tier 4
Forum|alt.badge.img+9
  • Flight Specialist | Tier 4
  • Answer
  • February 11, 2025

@jaye 

 

The latest Workload package includes an option to retrieve and process the work items..

You will need to use a loop to retrieve and process the work items.