Form Intergrated on Orchestrator

Hi, I have a form at the start the pipeline. Everything works fine in Studio. I wonder how I can have this form live on some sort of server when I published it on Orchestrator ?

@ivory_le

you mean the forms from studio?

if so the forms can either be used in unattended or can be shown on action center

if you need in any other way then UiPath apps is your way

cheers

Hi do you have documentation on action center or do you know if it is unattended where can i access the form ?

Hey @ivory_le,

A form published to Orchestrator is not a standalone web page. For unattended mode, the workflow pauses at the form activity and generates a task in Action Center. A user must then access Action Center to complete the form, which allows the robot to resume. This is the intended process for integrating human input with unattended workflows. The official documentation for Action Center provides further details.

Hope this will help you

@ivory_le

Action center is where the forms can be published for unattended robots

Cheers