The process doesn't load parameters in the orchestrator

Hi everyone

I have a robot, working in the studio with some parameters (year, month, and day). After publishing the process and try to run the job, These parameters are missing. I think that without these parameters it could the reason that may automation fails.

imagen

How can I do, for these parameters load ok?

Thanks

Hi @fcomorales.sanchez

I am assuming that you have the correct argument direction in your process?

If you are using the REFramework, then in the initial.xaml or main.xaml you will need to have these parameters as input arguments
For example : in_year, in_month and in_day

By default REFramework has in_QueueName argument. If you already have configured this, I have to try and replicate your issue later in the day.

Hi @jeevith
I’m not using REFramework.

I had them as variables. Now I’ve set them as arguments, as you advised me, but when the robot sends the command, also fail.
Here the parameters loading ok.


this is the error message:

> Job failed. Reason: Failed to install package 'Consulta_TRM.1.0.6' RemoteException wrapping System.Exception: Failed to install package 'Consulta_TRM.1.0.6' ---> RemoteException wrapping System.Exception: NU1101: Unable to find package Consulta_TRM. No packages exist with this id in source(s): Connect, https://platform.uipath.com/nuget/v3/585a32c5-e396-4d91-9a6b-905fdf2e96e4/index.json, https://www.myget.org/F/workflow/, Local, Microsoft Visual Studio Offline Packages, nuget.org, Official --- End of inner exception stack trace --- at UiPath.Service.ProjectInstaller.<InstallCore>d__13.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Service.ProjectInstaller.<InstallInternal>d__6.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Service.Core.Utils.RobotTelemetryExtensions.<WithTelemetry>d__01.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Service.ProjectInstaller.d__5.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Service.ProjectInstaller.<>c__DisplayClass4_0.<b__0>d.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Service.ProjectInstaller.d__4.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Service.Impl.NetFrameworkPackageService.d__4.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Service.Job.d__48.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Service.Job.d__47.MoveNext()`

Thanks

Could you check if you get the same error when you run the workflow in studio? Since they are all in_arguments, you can test if the workflow works with the same input you showed in the image above.

Tips:
in_Arguments can take default values for testing purposes and you can remove them once you have tested. On the contrary out_Arguments do not allow default values.

That way we know if it is the arguments or some other thing we have to troubleshoot.

Also I think the failure message is not related to in_arguments but that the remote robot you are using was not able to download the package to be run.

Failed to install package ‘Consulta_TRM.1.0.6’ RemoteException wrapping System.Exception: Failed to install package ‘Consulta_TRM.1.0.6’ —> RemoteException wrapping System.Exception: NU1101: Unable to find package Consulta_TRM. No packages exist with this id in source(s): Connect, https://platform.uipath.com/nuget/v3/585a32c5-e396-4d91-9a6b-905fdf2e96e4/index.json, https://www.myget.org/F/workflow/, Local, Microsoft Visual Studio Offline Packages, nuget.org,