so, I read about “Get Transaction item” activity - it gets an item from the queue. And I’m talking about In and Out parameters About Input and Output Arguments
Also, I watched mentioned video one more time and they didn’t use any additional activities to work with In and Out Parameters.
I just downloaded my zip and Published it one more time. My conf is the same: UiPath Studio Comunity 2018.4.1, Orchestrator Comunity 2019.1.0-CE.0 connected to the MyGet. About robot configuration: Standard Machine + Standard Robot
Here is my Process window
Could you update your Studio Community to 2019.1? It should actually update by itself, but with the Robot connected it won’t. So please disconnect the robot, restart Studio and then restart it again after a minute or so. You should be updated to 2019.1, which is the version I tested it with myself.
and publish the package and make the necessary changes in the orchestrator to update the package version.
The parameter will reflect in Processes as below:
Not sure if this relevant to anyone but if you create a sequence in the Main xaml file and put your argument in and out, it should then appear in your orchestrator after you publish it.
Hi,
If the arguments are defined in the main workflow but you can’t see them when you publish the package to Orchestrator, there is most probably something wrong in project.json.
Open project.json in a notepad editor and make sure the project name is corresponding to main.xaml and also that arguments are defined in there.
Best regards
],
“output”:
},
3- Reemplace your Argument Name in them. Add each line depend the arguments number, in my example is only 1 argument with the name “ProcesoConsola”.
4- This a example
5- Save your .JSON file.
6 - Export your proyect to orquestrator and now you can see your argument.
7- the result its below.
I am having similar issue with v2020.4.1 and Orchestrator v2020.10.2.
My process has 1 input argument, which shows up in Orchestrator. But, if I pass any random value to this input argument, it doesn’t take it. Whatever is default value in code, is considered. If I leave it blank value to this argument and pass something from Orchestrator, it doesn’t pass anything.
I tested simple workflow with message box that prints the input argument. I noticed the value that I pass from Orchestrator doesn’t reach Robot.
Not sure if I am doing something wrong… or missing anything. It works fine on community version but on Enterprise version it doesn’t seem to work at client end.