I’m quite confuse with terms: task - job - process - queue, what are differences between them?
Thank you,
Quang
I’m quite confuse with terms: task - job - process - queue, what are differences between them?
Thank you,
Quang
Welcome to the Forum
I assume you are referring to orchestrator terminology.
A Process is the automation process itself, this is deployed by packaging up the XAML (UiPath Code).
A Queue is where you can monitor process of transactions / tasks - each queue is process specific. You can add queue items with one robot and use another robot to pick up the queue item.
A Transaction / Task is an individual instance of the process running, which is linked to a specific queue. It can be used to pass information (Parameters) from one robot to another but can also give you real time progress. Each transaction details which robot worked it, what time it was worked and also if there was an exception the reason behind it.
A Job is the trigger event of a process, each job in an instance of the robot running the automation. A job can be triggered manually or via the set up of a schedule.
Hope that gives you more information
A lot more information can be found in the Orchestrator Guide
Thanks,
Tim
Hi Tim, from Orchestrator Guide, it show info about environment and machine that:
so, might I ask some questions:
Thank so much!
In different Environment we can no of bots we want…for eg if there are 2 enviorment env1,env2 for same process.
If I run all bots in env 1.
If I want to 1 bot or run specific bots to run process i can do in env2.