I have created an app with 11 textboxes then there is a button and i am using event on that button to add rules like assign the textboxes values to variables then i use create entity record to provide this values to an entity i created in data fabric till this everything is good i used maestro to create action app task for approval of what i made in the app i want to pass the values to this action app task but when i try to use rule start process to add the agentic workflow after publishing and deploying it to orchestrator and also in maestro i defined 11 arguments so i can add values to them in the app but when i try to add the process in the app there is no inputs found so is there a way to add these values to the action app taking into consideration that i can’t also add entity in the action app
welcome to the community
you have to define inputs to action app to pass the values to it
cheers
Apps cannot pass input arguments to action app/maestro task . Start Process only exposes classic process inputs, not agentic or action parameters. The supoorted approach is to persist data first(entity/data service) and let the action/agentic workflow read it at runtime using context or recoed id. direct value binding to action apps is not supported.
I appreciate your response, i already added inputs to the action app task but still can not use them in the app
I appreciate your response, I tried to add the entity in maestro so i can read the data from it but can not add it can you explain please if there a certain way to add from the entity to action app
Thanks in Advance
To have the full picture this is the flow i am working on the two tasks are action app tasks and the arguments are defined in the start event so i can use them in the action app task and after publishing and deploying it on the orchestrator when viewing the process you can find that there is input fields that i defined in maestro but the problem here i need a way to connect this process with UiPath App and at the same time pass the values from the app textboxes to this agentic workflow or any other way even is there is a way to pass the value to it from the entity but i can not find this way

