Hi,
I have executed a process using UAT url and Production url multiple times. Now I want to check the jobs executed on UAT separately and Production separately. Can you let me know from where can I see these.
Regards,
Hi,
I have executed a process using UAT url and Production url multiple times. Now I want to check the jobs executed on UAT separately and Production separately. Can you let me know from where can I see these.
Regards,
Click on the “Environment” dropdown list at the top of the “Jobs” page. Select the desired environment (UAT or Production) from the dropdown list. After selecting the environment, the Jobs section will display only the jobs executed in that specific environment.
For better purposes:
You need to use the Folders feature in Orchestrator. Folders allow you to organize your processes and executions based on different environments or logical groupings.
So, create two folders for UAT and Production separately.
or
You can add tags to the job to identify the execution environment.
The process execution and job logs are usually specific to the automation platform or orchestrator you are using. Assuming you are using UiPath Orchestrator, I’ll provide instructions on how to check the jobs executed on UAT and Production separately.
UiPath Orchestrator is the centralized platform for managing, scheduling, and monitoring your UiPath robots and processes. To view the jobs executed on UAT and Production separately, follow these steps:
a. Log in to UiPath Orchestrator:
b. Select the Environment:
c. View Jobs:
d. View Logs:
%userprofile%\AppData\Local\UiPath\Logs
for attended robot execution.I haven’t created the Environment separately for UAT and Production. I have changed the URLs from Orchestrator Assets for UAT and Production everytime. Now how can I check. please help me.
Regards,
If you haven’t created separate Environments for UAT and Production in UiPath Orchestrator and have only changed the URLs using Orchestrator Assets, the jobs executed on UAT and Production will still be listed together under the default “Default” Environment in the Jobs section. In this case, you won’t be able to filter the jobs based on Environments directly.
If you haven’t created separate environments for UAT and Production in UiPath Orchestrator, but have been changing the URLs in Orchestrator Assets for UAT and Production, you can still identify the jobs executed in each environment using the information stored in the Assets. You can follow these steps to achieve this:
I believe you are talking about the application environments and not the UiPath Orchestrator Environments…If this is the case then both jobs will be in the same orchestrator environment where you executed because you only changed the parameters and not the Orchestrator Environments
You can go to jobs page and check all the jobs that you executed…if by chance you logged the URL then you can identify which is executed with UAT and Prod else you cannot from the logs
Hope this helps
cheers