apps
latest
false
- 基本情報
- コード化されたAppsを使用する
- コード化されたアクション Apps
- About Coded Action Apps
- Building and deploying Coded Action Apps
- Sample Coded Action Apps
重要 :
Studio Web のアプリ プロジェクトについては、Studio Web ガイドの「アプリ プロジェクト」セクション (https://docs.uipath.com/ja/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web) をご覧ください。
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
コード化された Apps ユーザー ガイド
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.