Skip to content

Commit efadd6f

Browse files
authored
Fix a watcher task name
Change a watcher task name from "Watch new files" to "WatchMyFolder" to be in sync with images.
1 parent 86bea0c commit efadd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-watchers-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To complete this tutorial, the following are required.
6363
## Create a watcher task that selects the watcher runbook and action runbook
6464
1. Open the Watcher tasks page and click on “Add a watcher task” button.
6565
![Watcher list from UI](media/automation-watchers-tutorial/WatchersList.png)
66-
2. Enter “Watch new files” as the name.
66+
2. Enter “WatchMyFolder” as the name.
6767
3. Select “Configure watcher” and select the “Watch-NewFile” runbook.
6868
![Configure watcher from UI](media/automation-watchers-tutorial/ConfigureWatcher.png)
6969
4. Enter the following values for parameters:
@@ -85,7 +85,7 @@ To complete this tutorial, the following are required.
8585
2. Add a new text file to the folder that is being monitored by the watcher task.
8686

8787
## Inspect the output from the action runbook that shows information on the new file
88-
1. Click on the watcher task for “Watch new files
88+
1. Click on the watcher task for “WatchMyFolder
8989
2. Click on the “View watcher streams” to see that the watcher found the new file and started the action runbook.
9090
3. Click on the “View watcher action jobs” to see the action runbook job.
9191
![Watcher action jobs from UI](media/automation-watchers-tutorial/WatcherActionJobs.png)

0 commit comments

Comments
 (0)