UiPath Documentation
studio-web
latest
false
Guia do usuário do Studio Web
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Coded Apps in Studio Web

Coded apps in Studio Web: a solution-native pro-code project that you initialize in the browser, build locally in your IDE, and push into Studio Web with the UiPath CLI to publish alongside the rest of the solution.

Studio Web lets you author UiPath® Coded Apps inside a solution, alongside RPA workflows, agents, API workflows, and other project types. Studio Web owns the project's identity, versioning, and publish lifecycle. The app's source code is written in your own local project and pushed into Studio Web with the UiPath CLI.

Authoring a coded app through Studio Web gives you:

  • A solution-native project that you initialize once and then push code into from your own local build;
  • A uip codedapp push command that uploads your locally built app — including a bindings_v2.json file, if you provide one — into the Studio Web project;
  • A uip codedapp pull command to sync the latest pushed source back into a local folder (useful when a teammate has pushed changes or you need to reset your working copy);
  • Bindings to Orchestrator resources — assets, storage buckets, queues, connections, and processes — declared in bindings_v2.json and registered by Studio Web on push;
  • Solution-native publish and deploy, so the coded app ships together with the other projects it depends on.

At initialization time, Studio Web creates the project scaffolded with a single file, webAppManifest.json, that describes the project's type and configuration. No source code, no framework template, and no dependencies are added — you bring those from your own local project.

Observação:

Studio Web does not ship a pre-wired coded-app template, an in-browser code editor, or a live preview. After you push code with uip codedapp push, Studio Web displays it in read-only mode under the project's Source view. All source-code editing happens in your local IDE.

Availability of coded app projects also depends on the delivery model you are on.

Importante:

Coded app projects in Studio Web are available on Automation Cloud only. They are not supported in Studio Web on Automation Suite.

To initialize a coded app project, see Initializing a coded app project. For the full walkthrough of working with coded app projects, see About coded app projects.

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades