AE Agent for the execution of two different workflows at the same time

If I have two workflow(Data massaging and GUI) and I schedule the workflow at the same time, then the agent will pick which workflow first. and why?

Hi! Aadesh,

When you execute a workflow through the Catalog or Scheduler it is stored in a Request Queue on the AE server. The requests are picked up by Agent in a First-in-First-Out order.
The Agents poll for new requests when any of the Agent Threads are free. If any of the Agent threads is already running a GUI automation, it will pick up the Non-GUI Automation. If there is no GUI Automation on any of the threads the Agent will pick up the request as per First-in-First-Out order.

1 Like