JOBS/Processes/Queues that WILL run in the future - Where is this data stored in the DB?

Hello all - I’m noticing that a lot of clients want to visualize what Queues ARE scheduled to happen in the future. I’m using various BI tools to visualize a lot of the RPA related metrics.

Where within the Orchestrator DB can I find Queues that are to be executed in the future to show the scheduling?

Queues themselves are not scheduled. You can create a Queue Item which has a due date / deadline / postpone, etc.

Triggers which can be scheduled and Triggers that queue based that trigger when a certain number of items are added or the default cycle of every 30 minutes.

Queue Items are stored in dbo.QueueItems