I created a simple workflow which contains one IN and one OUT arguments. However after publishing it to the Orchestrator i can see the following message “Input parameters are not defined for this version”.
Can somebody give me a hint what is wrong in my workflow? Which steps or configs did I miss?
@madsps Can i know what exactly you are doing. ur just using message box and input box in same workflow. arguments are used while passing values to other workflows or getting values from other workflows.
Hi, what I’m trying to do is to get pass some input data from Orchestrator to the robot and than get Output date fro the Robot to Orchestrator.
So my workflow has 2 arguments (1 In and 1 out). However when I publish it to the orchestrator it says “Input parameters are not defined for this version”
@madsps for getting data from orchestrator u have to use get transaction item activity and provided specific queue name which exists in orchestrator then u can data from orchestrator. Arguments which u declared is not useful
thanks for the replay. However, the “Level 2 - Orchestrator 2018.3 Training” says it should work without any additional activities (like “get transaction”). they have almost the same examples like attached in the first post.
@madsps You have to get data from orchestrator using “Get Transaction item” activity, directly u can’t get data from orchestrator. You might have missed part in video
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.