「プロジェクト」と「ワークフロー」の使い分け方法

おはようございます。
UiPath Studio 2024.10 enterprise editionを使い、クラシックデザインで開発しています。

UiPath用語の「プロジェクト」と「ワークフロー」の使い分け方法を教えてください。
1つのプロジェクトが複数のxamlファイルから構成されているとします。このプロジェクトはWebスクレイピングを実行する機能を持つとします。
「ワークフロー」= xamlファイルのため、

「このワークフローはWebスクレイピングを実行します。」は誤りで、「このプロジェクトはWebスクレイピングを実行します。」が正しいという認識で合っていますか?

@gorby

Here is how we normally use

Project - The entire automation solution (the folder with project.json). When describing the overall business value or the deployed package. For example “I just published the HR Onboarding project to Orchestrator.”

Workflow - A single .xaml file. When describing a specific technical component or a modular piece of code. For example “The ‘CalculateTax’ workflow is throwing an error.”

We also use term Process which is the business logic being automated. When talking to business users (often used interchangeably with Project). “This process handles 500 invoices a day.”

1 Like