Hello! I’m having a problem putting the arguments needed to connect to the integration service:
UiPathEventConnector
UiPathEvent
UiPathEventObjectType
UiPathEventObjectId
When entering the arguments and press ENTER, it automatically eliminated and when I try to put it back I get: An argument called “ArgumentName” has already been defined. Choose another name.
However it doesn’t show me the argument in the argument box but somehow it doesn’t allow me to put it. I can’t find a way to remove it either. What makes me weirder is that it only happens with these 4 arguments
I also tried to connect to integration service and I get:
The values supplied for the arguments of the root activity do not satisfy the requirements of the root activity: ‘Main’: The following input dictionary keys do not match the arguments and should be removed: UiPathEventConnector, UiPathEvent, UiPathEventObjectType, UiPathEventObjectId. Note that argument names are case sensitive. (Parameter ‘rootArgumentValues’)
System.ArgumentException: The values supplied for the arguments of the root activity do not satisfy the requirements of the root activity: ‘Main’: The following input dictionary keys do not match the arguments and should be removed: UiPathEventConnector, UiPathEvent, UiPathEventObjectType, UiPathEventObjectId. Note that argument names are case sensitive. (Parameter ‘rootArgumentValues’) at System.Activities.Validation.ActivityValidationServices.ValidateRootInputs(Activity rootActivity, IDictionary2 inputs)** **at System.Activities.Hosting.WorkflowInstance.InitializeCore(IDictionary2 workflowArgumentValues, IList1 workflowExecutionProperties)** **at System.Activities.Hosting.WorkflowInstance.Initialize(IDictionary2 workflowArgumentValues, IList`1 workflowExecutionProperties) at System.Activities.WorkflowApplication.EnsureInitialized() at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation, Boolean push) at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout) at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback, Object state) at UiPath.Executor.RobotRunner.RunWorkflow()
Hi @Anil_G ! Thanks for your help, it doesn´t show any variable or argument. However if I write the same name in a Mesagge Box, it show the argument. The problem is that service integration don´t recognize that argument
Prueba 3 Service Integration.zip (2.3 KB)
Hi! Sorry for the delay. this is the file I am trying to use. My goal is to use this file with Integration Service in Orchastrator.
These arguments should be usefull and watchable on arguments pannel
Even i am facing this issue, but no issues in using the connections or arguments and no runtime errors as well. It works absolutely fine for me, its just that arguments are not visible in argument panel or Data Manager. I am using community edition 2023.4.1
Hello, I am experiencing the same problem. Apparently, if I’m going to use the strings below as arguments, it will disappear after. Not sure why though. Do we have a solution for this? Thank you!
Hi @Jennyd ! Can you explain us how you configure the process in UiPath to connect with integrate service? when i tried to connect it didn´t show me the arguments I need to do this
I just created those 4 arguments in my Main.xaml, they were not seen in arguments panel but i could use them. I made sure by printing the values in a log message then used the argument in the activities specific to integration service.
I have the same issue. An existing source which used to display all the UiPathEvent… arguments in the arguments panel no longer displays them since I upgraded to 23.4.
If I search for the arguments, they are found in the search list and if I double-click them they open up as arguments in the Properties box on the right of the screen.
So my automation triggered from Integration works fine, but the bad part is, I can’t manually run/re-run jobs that use the UiPathEvent… arguments because the arguments don’t show up in Orchestrator (Automation Cloud for me) either. I used to be able to force the re-processing of an email message from Integration Service by running my job and entering the ID of the email that I wanted the job to process in UiPathEventObjectId.
Hi. I faced the same issue. All you need to do is create the arguments and they will disappear from the arguments panel but will be recognized in your workflow.