Hi All,
I am learning the UiPath agentic automation, but i have one doubt, how the created arguments in the agent is mapped to the arguments of RPA Workflow.
(Ex:- using import arguments when dealing with invoke workflow).
Thanks,
![]()
Hi All,
I am learning the UiPath agentic automation, but i have one doubt, how the created arguments in the agent is mapped to the arguments of RPA Workflow.
(Ex:- using import arguments when dealing with invoke workflow).
Thanks,
![]()
Hi,
Do you mean regarding AgenticProcess?
We can choose output argument of Agent from pulldown if RPA workflow process has input argument, as the following.
If you mean regarding Agent and in case of using RPA workflow process as tool, we can set content in each input argument of the process, as the following.
Hope this helps you.
Regards,
You can use Run Agent task in Web studio and map the arguments in data mapping else if you are using Desktop studio then use Run Job activity and map the arguments.
Run job is what you would use and similar to import arguments you have one here as well
cheers
When creating agents, some arguments will be declared and depending upon the process, these arguments has to pass to the RPA Workflow which is integrated in the tools section when creating Agent.
So my doubt is how to pass the arguments of Agent to the RPA Workflow?
Hi,
We can pass content of Agent argument using {{variable}} style format to RPA Workflow process, as the following.
Regards,