Unable to Launch a UiPath App from Maestro

Hi,
I am currently working on UiPath Maestro and UiPath Apps and need some guidance.

Scenario

  • I have successfully created and published a UiPath App.
  • I have also created a Maestro process.
  • I need to open/invoke the UiPath App from the Maestro workflow so that users can interact with the app during the process.

Problem

I am unable to find any option to launch or reference the UiPath App from Maestro.

Questions

  1. Is it possible to invoke a UiPath App directly from a Maestro workflow?
  2. If yes, what is the recommended approach?
  3. Do I need to use a User Task, Action, Form Task, or any other activity?
  4. Is there any sample project or documentation that demonstrates this integration?

Environment

  • UiPath Automation Cloud
  • UiPath Maestro
  • UiPath Apps

I have searched the documentation but could not find a complete example of invoking a UiPath App from Maestro.

If anyone has implemented this scenario, could you please share the steps or an example?

Thank you!

@Avinash_Kumar5

You will have to use action app using user task.

You can’t use UiPath apps for this.

Hi @Avinash_Kumar5,

Maestro doesn’t provide a “Launch UiPath App” option for User Tasks. Instead, the supported implementation type is “Create Action App Task”, which works only with deployed Action Center Action Apps. So, the app must be built and deployed as an Action App and a standard UiPath App cannot be launched directly from a Maestro User Task.

Use a User Task in your BPMN process with Implementation type as Create action app task.

Cheers!