Where can we learn Orchestrator's database Data Model?

Hi all. Do you know any documentation or any tips to learn the data model of the Orchestrator’s database? I think there are many potentials that can be done there.

1 Like

Hello @atoi!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

@Forum_Staff Isn’t there any data model present anywhere we can use? I checked and this question is asked multiple times but no answer was given to any.

2 Likes

We intentionally do not document our database schema. Data from the Orchestrator database is not meant for public consumption. You should use the API instead of querying the database directly. The reason for this is that we may change the database schema at any time, including in minor releases.
Out of curiosity, what is the use you have in mind that requires knowledge of Orchestrator’s data model?

2 Likes

@CosminV

Hello George,

I know this is an old post, but here a business use case where it is necessary to know the Orchestrator’s data model:

Let’s say in a company all audit data of all applications, which are in use, are collected centrally. The collection of this type of data is not uncommon for large companies, as it is required for revision purposes, e.g. in insurance and banking. As @loginerror wrote here, UiPath Orchestrator doesn’t offer the possibility to redirect this kind of data. However, to manage them centrally, direct access to the SQL database will be unavoidable. And at this point you need knowledge about the Orchestrator’s data model.

I hope this example illustrates that open conversations, as well as necessary documentation, about the Orchestrator’s data model may also be required.

Thanks and best regards
Stefan

2 Likes

Hello,

Trying my luck here, have there been any updates regarding the data model of the database?
There is insufficient information in the documents for explaining the management/accessibility of data in the DB.

1 Like

Hi George - I am not looking for the database schema but I’m wondering if you have something like an ER diagram that explains how processes, queues, projects, releases, packages, and jobs relate to one another?