Triggering Studio Workflow in Ui path apps using Custom HTML control

Hi,
I would like to know if there’s an option to add an event to Custom HTML control in Ui path apps for triggering a workflow in studio. The workflow in studio is added as process in Ui path apps, but this is not currently callable within the Custom HTML control. I wanted to use Custom HTML control only for my apps to make the app more dynamic using HTML, CSS and JavaScript.

Ideally, the input and output arguments I have created in studio workflow should be callable within Custom HTML control. Is there any possible way of doing this in Ui Path Apps?

Any help or lead would be highly appreciated!

Hi @devi.chandran

We can add the data from UiPath apps to queue and then we can make queue trigger. Hope this method works to trigger the bot through apps.

Regards,
Chandrika.

@devi.chandran

Creating an event on custom html is also possible on that event you can call the process

Cheers