am trying to start an Agent process from UiPath Apps using the Start Process rule on a button click.
The Agent has input arguments defined in Data Manager, for example:
-
requirementId
-
submittedBy
When I run the Agent directly from Orchestrator, these inputs are visible and the job runs successfully when I pass values.
However, when I add the same Agent process in UiPath Apps using Add process, the process is visible, but the Input arguments / Output arguments section is blank. Because of this, I am not able to map App variables to the Agent input arguments in the Input Override section.
I also noticed that normal RPA processes show their input arguments correctly in UiPath Apps, but the Agent process does not.