How to Pass input value from uipath Apps to Maestro agentic flow?

Hello Everyone.. I created a agentic flow, and i am invoke that flow from UiPath APPs. But some how i can’t see the argument that is required to pass as input to my agentic flow.

Agentic workflow - File Type is my input argument.

But in Apps, i can’t see the same.

Any idea how i can pass the input value from UiPath apps to Agentic workflow ??

Dear @AJ11 ,

To get input from external application, you need to configure argument for start event node.
Please check whether you have added input for start event node as follows:

Mark as solution, if it solves your issue :slight_smile:

Br,
NikZ

Yes !! I created the input argument and at the time of agentic process creation i can see the same but not from UiPath App.

Dear @AJ11 ,

As per documentation, the input arguments only used by Orchestrator or API

Official Documentation: Maestro - Process configuration

You can validate same while importing Maestro process in UiPath Apps.

1. Normal RPA process with Arguments:

  1. Maestro process with arguments:

Mark as solution, if you get your query answered :slight_smile:

Br,
NikZ

@AJ11

One workaround I have for you is to invoke the agentic flow from an rpa flow and then call that rpa flow from apps so that you can see the input arguments as well

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.