How to hide the Job Recording from the Orchestrator UI

How to disable or hide the job recording feature in Orchestrator to ensure compliance with their organizational policy.?

Issue Description:

The Job Recording option is located on the Additional Settings tab of the process creation/editing window.

It is disabled by default.

When enabled, it provides the following settings:

  • Record and store only failed jobs - Only records job executions that have failed, enabling you to identify and troubleshoot underlying errors.
  • Record all jobs - Records all job executions.


Enable Record all jobs for a brief amount of time to observe potentially odd behavior during job execution. You can then switch to only recording and storing failed jobs to efficiently use bandwidth and storage.

Resolution:

To Disable this option, it requires modifying the UiPath.Orchestrator.dll.config file. Please follow the steps below:

  1. Locate the UiPath.Orchestrator.dll.config file and open it with any text editor (like Notepad).

  1. Search for the following tag: :

  1. Change the value of the tag from "true" to "false":

  1. Save and close the file.

  1. Lastly, reset IIS for the changes to take effect.

  1. Entry for Job recording should be removed


After performing these steps, the Job Recording section should disappear from the Orchestrator interface.