marketplace
latest
false
- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- プロパティ
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- Azure Form Recognizer Scope
- Activities (アクティビティ)
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- モデル キーを取得する
- Get Model Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Marketplace ユーザー ガイド
最終更新日時 2026年4月1日
プロパティ
入力引数
- Events - Multi-select list with the events that will be monitored (Create, Delete, Exist, Rename, Update). Selecting at least one of them is required.
- File Name (String) - The name of the file that will be watched. Wildcards * and ? can be used when defining the file name. The default value is ".".
- Directory Name (String) - Path to the folder that will be watched, this is a required field.
- Include Subdirectories - Check this if subdirectories should also be monitored. By default subdirectories are not monitored.
- Stabilization Delay (Int) - Delay in millisecond between the stabilization checks performed after the file event was picked up. The default value in 500 milliseconds.
- Stabilization Retries (Int) - Number of retries for the stabilization checks performed after the file event was picked up. By default, this is not defined, and the check will go on as long as needed. If this is set to 0 then the activity will return as soon as the file event is picked up without doing any stabilization checks.
- Watcher Timeout (Int) - Timeout value in milliseconds for the file watcher. By default, the watcher does not have a timeout value and it will wait indefinitely. If the timeout is reached and no file event is picked up, the output arguments will be empty.
出力引数
- Event Type (String) - The event type that triggered the file watcher (Exists, Created, Updated, Deleted, Renamed).
- File Name (String) - The name of the file that triggered the file watcher.
- Old File Name (String) - Old name of the file that triggered the file watcher. This will be filled only for the Rename event.