UiPath Apps Start Process not showing input arguments for Agent process

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.

Hi @Dhruba_Jyoti_Kalita,

Could you please check whether your Agent is deployed as a process in Orchestrator?

If the Agent is not deployed as a process, UiPath Apps may not be able to retrieve its input and output arguments.

Thanks

Deployed. I am able to run Agent through Orchestrator