| 12345678910111213141516171819202122232425262728 | [[watcher-limitations]]== Watcher Limitations[float]=== Watches Are Not Updated When File Based Scripts ChangeWhen you refer to a file script in a watch, the watch itself is not updatedif you change the script on the filesystem.Currently, the only way to reload a file script in a watch is to delete the watch and recreate it.[float]=== Watcher UIWhen you create a new watch or edit an existing watch, if you navigate awayfrom the page without saving your changes they will be lost without warning. Make sure to save your changes before leaving the page.image::watcher-ui-edit-watch.png[][float]=== Security IntegrationWhen {security} is enabled, a watch stores information about what the user whostored the watch is allowed to execute **at that time**. This means, if thosepermissions change over time, the watch will still be able to execute with thepermissions that existed when the watch was created.
 |