I have an automation set with priority High, and when I try to start it from a medium process it gets a medium priority.
My problem is that I may have 3 medium processes queued, but when I need to run a high process in between the medium of there are something to run.
I have to do this manually, as UiPath queue trigger don’t fire upon insert, and hence it runs all medium, and after about 10 minutes the highs are run. but in the meanwhile 2 of 3 processes are failing, as the first runs queue items isn’t processed.
How do i set the priority in Run Job as it isn’t and option in properties.
In the scenario where you start a process from a job that has High priority?
My guess would be that without actually specifying the priority when starting the process, it sticks to the Medium as the default priority.