- 简介
- UiPath 智能体入门
- 开始使用 UiPath 智能体(采用 LangGraph)
- 在 Studio Web 中构建低代码智能体
- 向 UiPath 智能体添加工具
- Getting Started with UiPath Maestro Flow
- 简介
- 构建流程
- Verify the flow
- Test the flow
- Deploy the flow
- Run the flow
Package, publish, and deploy the Price Watch Flow with UiPath Orchestrator.
Until a Flow is deployed, it can only be run using a debug session. Orchestrator is a web application for orchestrating robots, processes, and automation resources across your organization. The deployment creates a process that can be started by other systems, invoked by other flows, or run on a schedule.
Step 5 - Pack, Publish, and Deploy the Flow
This requires three distinct steps, packaging, publishing, and deploying a package. Each time a package is published, it will have a new version number. This is intentional to allow publishing multiple versions, and only deploying the specific one you want.
When using the UiPath VS Code extension, all three steps to package, publish, and deploy the PriceWatch Flow are done as a single action with these steps:
-
Open the UiPath extension in the left-hand navigation in VS Code (the icon with
Ui). -
Use the
Deploybutton on the bottom-left of the screen to open up the Deploy view. -
Ensure that the Version is set to
1.0.0andPack tois set toShared: -
Use the
Deploybutton, and wait for the deployment to complete. -
Use the "View deployments" button to open your UiPath Cloud account tenant where we deployed it.
The last step left is to Run the Flow, and clean up the resources we deployed in this tutorial.