Hi all,
I was researching some Orchestrator capabillities and i have detected some details:
- Priority levels for queue Items are restricted just for “High”, “Normal” and “Low”
- Priority levels for jobs seems to be “High”, “Normal” and “Low” if you are looking orchestrator web. But this is not completely true, more priorities can be set by API.
From the above, priority for queuItems are different than for jobs. Job’s priority works as an integer and the ones for queue items as restriced values
The questions are:
-
Can be defined new priorityNames and associated to specific integers values? I mean, set that priority 3 appears like Critical in Orchestrator. At the moment it’s seems like:
-
Related to the previous one, in orchestrator database where can be consulted the values defined? Is there any table that contains this information?
-
Is it possible to replicate the same functionality for queue Items?
Thanks