Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

System Events

Track various system events such as creation of files or loss of the network with the System Events connector as part of your automation Workflow. The connector also enables you to stop tracking events, whenever needed.

The System Events connector provides methods for tracking various system events. See the table.

MethodPurpose
WatchFileSystemTracks the following events:- FileChanged - FileDeleted - FileCreated - FileRenamed - FileWatchError
WatchNetworkAvailabilityTracks the following events:- NetworkAvailable - NetworkUnavailable
WatchSessionEventsTracks the following events:- OnSessionLock - OnSessionUnlock - OnSessionRemoteControl - OnSessionLogoff
UnWatchFileSystemStops tracking the following events:- FileChanged - FileDeleted - FileCreated - FileRenamed - FileWatchError
UnWatchNetworkAvailabilityStops tracking the following events:- NetworkAvailable - NetworkUnavailable
UnWatchSessionEventsStops tracking the following events:- OnSessionLock - OnSessionUnlock - OnSessionRemoteControl - OnSessionLogoff

You must first use and then expose the methods in the SystemEvents connector to use its methods.

Parent Topic:Connectors