UiPath Documentation
studio-web
latest
false
Studio Web 用户指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

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.

备注:

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.

重要提示:

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.

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新