- リリース ノート
- 基本情報
- セットアップと構成
- オートメーション プロジェクト
- 依存関係
- ワークフローの種類
- ファイルの比較
- オートメーションのベスト プラクティス
- ソース管理との連携
- デバッグ
- 診断ツール
- ワークフロー アナライザー
- 変数
- 引数
- インポートされた名前空間
- レコーディング
- UI 要素
- 制御フロー
- セレクター
- オブジェクト リポジトリ
- データ スクレイピング
- 画像とテキストの自動化
- Citrix テクノロジの自動化
- RDP の自動化
- Salesforce の操作の自動化
- SAP のオートメーション
- VMware Horizon の自動化
- ログ
- ScreenScrapeJavaSupport ツール
- Webdriver プロトコル
- Studio でのテスト
- 拡張機能
- トラブルシューティング

Studio ガイド
About Control Flow
An important aspect of successfully working with Studio is understanding and knowing how to control your project. Control Flow is a concept borrowed from computer science that refers to the order in which actions are performed in an automation.
A proper Control Flow can be achieved through the intelligent use of variables and activities.
All of these activities can be found in the Activities panel, under Workflow > Control.
These activities enable you to define rules and automate conditional statements within the project, through if/else and for each statements or loops.Delay can also be added between actions, in order to perfectly time activities.
Loops represent an important part of automations as they enable you to easily check dependencies between variables, activities and conditions. Once created, they enable the user to run a segment of the automation for a specific number of times, until a condition is met, or indefinitely.