PS1 File Wait - Wait for Windows File Presence
The PS1 File Wait plugin waits for a file on a Windows node to exist. The plugin is useful for waiting for a file at a specific path to exist.
Prerequisites
This plugin utilizes the WinRM Node Executor to connect to the target Windows node. The Node Executor must be configured for the Project or for the target node in order for the plugin to work.
This plugin will only execute through a Windows installation of Runbook Automation or the Enterprise Runner.
Configuration
The following fields are required for configuration:
- Number of tries: The number of times
File path
will be checked. Each attempt will be spaced byInterval
milliseconds. - Interval: The timeout in milliseconds between
Number of Tries
of checking theFile path
for the file. - File Path: The file-path (directory and file name) to check for the presence of the file.