How File Notifications Work
- Last Updated: November 28, 2024
- 2 minute read
- MOVEit Automation
- Version 2024.1
- Version 2024
- Documentation
File notifications allow MOVEit Automation to start a task based on the arrival of a new or modified file in a directory. The task runs only when the files that are associated with the task are available. This feature is also known as event driven transfer. It is available for MOVEit Transfer and file system sources.
For MOVEit Transfer Servers: MOVEit Automation software polls MOVEit Transfer servers for a list of recently-arrived files. One request is made per polling interval, regardless of the number of tasks affected. Because MOVEit Automation does not sign on and sign off for each request, this process is more efficient than having many tasks that each run and check for recently arrived files.
The MOVEit Automation notifier uses the username and password that are associated directly with the host. Tasks with sources that override this username might not be notified promptly.
If the username cannot sign on: MOVEit Automation waits for a period of 60 times the notification polling interval, up to a maximum of 3600 seconds, and then tries again. This extra delay prevents MOVEit Transfer from locking out the user or IP address
For file system notifications: The
notifier uses Windows directory change notifications, using
ReadDirectoryChangesW . When a file arrives, MOVEit Automation
waits until the file is no longer locked by another process, and then runs
the corresponding tasks.
To set the notification polling interval:
- In the top menu bar, click SETTINGS > System Settings.
- In the Tasks row, click Edit. The Edit Tasks dialog box opens.
- Set the Notification Polling Interval. For more information, see System-wide Task Settings.