apps
latest
false
- Getting started
- Working with Coded Apps
- Coded Action Apps
- About Coded Action Apps
- Building and deploying Coded Action Apps
- Sample Coded Action Apps
important :
For documentation on app projects in Studio Web, refer to the App Projects chapter in the Studio Web documentation: https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web.
Coded Apps user guide
A Coded Action App goes through the same lifecycle as any coded app: it is defined in code, connected to UiPath, deployed to Orchestrator, and then used as the interface for an Action Center task.
The process includes the following stages:
- Defining the action app logic in an Integrated Development Environment (IDE).
- Establishing a secure connection to UiPath.
- Deploying the action app to Orchestrator.
- Using the action app as the user interface for Action Center tasks. A Coded Action App can serve as the interface for tasks created from across all surfaces, including agents, RPA processes, and Maestro processes.
For detailed steps on building and deploying coded apps, see the Getting started section of the SDK documentation.