How to show work queue creation time in orchestrator? I want to perform sort etc on this queue create time basis
You can try by pulling the queue items through Orchestrator API because the UI itself doesn’t display creation time directly, but the API response includes a CreationTime field. Once you have that, you can easily bring it into UiPath or export it and sort/filter based on creation time.
I am more of looking from UI perspective. API would be a longer way. How a person monitoring the runs would sort this basic parameter without building an automation for this small thing!
In queues you cant get that..ideally they already would be sorted on the basis of addition only…
You can try using insights if you need more flexibility
Cheers
yeah, indeed strange they don’t show it to be honest as the show for example Job Start Times.
I think the only way to fix this would be a tampermonkey script, from what I recall they are pretty inefficient in their API calls, so when the webpage queries the queue items list it does return all the information, including the creation time, even if it doesn’t use it, so you’d need to develop some client side scripting to use the output and add a column to your page.
I hope this gets added to orchestrator soon since this is much needed and basic parameter to display in orch.