Job run on orchestrator complete but desktop not process Not results shown

Hi, I made a connection between UiPath assistant and orchestrator and published a job to orchestrator and I ran the job on orchestrator perfectly but why I don’t see any result or action on my computer?

Please help me with some advice. Thank you.

hi, @sarayut If you want to see actions or pop-ups on your screen (like a message box), run the job as an Attended process directly from UiPath Assistant on your own machine.

@sarayut

When you run from orchestrator, check which machine you assigning when you are starting the execution.

If you want to run it in your machine provide your machine details while running or you can run it from assistant as well. So that execution will run from your machine.

@sarayut,

Check your code if there is any interactive activities you have used.

Ensure that you’ve used any foreground activity in your studio process so that it can pop out to show the result like using Message Box to show the result in foreground also try running the process from studio itself see if it works fine or not.

Enable the Verbose logging for your robot in Orchestrator
Rerun the job
Analyze the Trace logs for the job
If there is nothing showing, most probably you didn’t add any activity in your project or the execution logs were not sent to Orchestrator for some reasons

Hi
I press run on UiPath assistant on computer, the status is task completed but no result is displayed in message box.

Hello.
Do you have any sample images? Please share them with me. Thank you.

Hello.
Which part of the code activity should I check?
Thank you.

Hello
If I run it from UiPath on my PC, the results are displayed. However, if I run it on the orchestrator and UiPath assistant, the job status is complete, but the results on my computer are not displayed.

Hi
I have published the job to orchestrator as shown in the attached image and run the job but the result is not displayed on my computer. If you have an example image, can you please tell me where I am missing values ​​in orchestrator or if I have set the wrong values? Thank you.

Hey sometimes it didn’t pop-up as due to Network Error try executing multiple times see if it works or not.
If not then publish another process with message box or try to send a mail in that process and check if it is executing or not.

Cheers

Go to the job details and observe the Verbose logs after you enable them.
If you see Message box keyword there, that means it was try to be executed.