PS1 File Grep - Wait for Windows File Text
PS1 File Grep - Wait for Windows File Text
The PS1 File Grep plugin waits for a file on a Windows node to contain specific text. The plugin is useful for waiting for a file at a specific path to contain specific text.
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 having the text specified in
Having Text
. - Having Text: Text to match inside
File Path
.