Hi,
If I execute my “HelloWorld” directly from UiPath Studio it works:
If I execute from Orchestrator I have the message “Command sent…”:
After that I have the state “successful” but without message “Helloworld” like above:
This is my xaml:
and package versions:
How can I do to have also the message in Orchestrator execution?
Hi @MariaClaudia,
Does your Main.xaml call your HelloWorld.xaml?
Hi,
I’m starting now, how can I check that?
Many thanks
Hello. Are you using Invoke Workflow activity in your Main.xaml?
Your invoke workflow activity would contain the “HelloWorld.xaml”
Hello,
I have this:
How can I check if my “HelloWorld” uses Invoke Workflow activity in Main.xaml?
Many thanks
Hello @MariaClaudia,
Your Main should look like:
Go to your Main.xaml then in the activities, search for Invoke Workflow. Then put in “HelloWorld.xaml”
Then, re-publish to Orchestrator and see if the Message Box is displayed.
Hi,
My Main is empty. Can I delete it and leave only “HelloWorld”? If yes, how?:
Otherwise I have to insert this command in Main:
Many thanks for your helpful
Hi @MariaClaudia,
Hmm… You can set your HelloWorld.xaml as the main workflow that will be executed.
You can right-click on HelloWorld.xaml then select ‘Set as Main’:
Not sure if you would need to republish to Orchestrator so that the changes would reflect. But just to be safe, just republish then try running it again in Orchestrator.
Hello,
I’m sorry to bothering you, I made two attemps:
- I setted as default “HelloWorld”, after that I published an executed my robot: nothing apperared.
- I setted as default “Main” I inserted and published:
I restarted my job, but nothing message appeared.
What am I doing wrong?
Thanks
Hi @MariaClaudia,
Were you able to update the process? Can you send a screenshot of your Processes in Orchestrator?
It’s ok. Happy to help!
Hi,
Here my screens of processes:
Thanks
If you look at your first screenshot, the process has the blue icon to its left meaning the process has not been “updated” to use the latest version as seen in the Package label in the Version Management. Can you try clicking the upload button on version 1.0.5 then click ‘Update’
Hopefully your version 1.0.5 has the HelloWorld.xaml as the default “main”.
Hi,
GREAT! It works now! Many thanks
Hi,
I tried to set “HelloWorld” as Main, I published, It works also in this way.
Thanks again.
That’s good to hear!