TRIGGERS
Triggers are parts of a Job and controls when the Job starts
The time Trigger lets you specify a custom schedule or interval schedule. The custom schedule provides detailed scheduling down to the second while the interval schedule lets you defined a schedule based on complex intervals.
The event Trigger is based on events in the system, like file changes, process start/end, service status change, new email arrival etc. Whenever an event Trigger triggers - realtime data is provided through Variables. For example, if the File Trigger is used you can use the Variables, which contains file name and path, in upcoming Tasks.
|
VisualCron Trigger - The VisualCron event Trigger watches internal processes of VisualCron. This Trigger subscribes on internal events, like when a Job has started or has been completed. Events that are happening in VisualCron are immediately caught by this event type. It is possible to monitor a local or remote Server instance.
|
|
File Trigger - The File event trigger monitors changes in a file system. The Trigger reacts on files that has been changed, removed or created based on special attributes. The Trigger is instant when file has been created. It is possible to retrieve the folder, full path or just the name of the created file so you can use it in your Tasks for example.
|
|
Process Trigger - The Process event trigger monitors process changes like when a process has started or stopped. With this Trigger VisualCron subscribe to start and stop notifications from the system.
|
|
Service Trigger - The Service Trigger monitors changes in status of a specific Windows service. This Trigger reacts instantly on all changes.
|
|
Registry Trigger - The Registry event Trigger monitors a change in a registry tree, registry key or registry value. Registry changes can be monitored remotely, reacts directly and changes are not dependent on the polling interval. The event will be fired directly when a change occur.
|
|
Event log Trigger - The Event log Trigger is watching the Windows event log for changes. Many applications and Windows itself logs directly to the event log. With this Trigger you can monitor the common logs or specific logs for changes based on event type id, source, message etc.
|
|
Custom WMI Trigger - The Custom event Trigger is a wrapper for the most common WMI events. There are thousands of events which opens up a lot of options. Almost every installed hardware device in a computer publish events, for example when the CDROM drive is ejected. This event is somewhat deprecated and replaced by the more advanced Performance Counter Trigger
|
|
Network Trigger - The Network Trigger is able to monitor for the network events.
|
|
Performance Counter Trigger - The Performance counter Trigger lets you set up a watcher for the internal counters in Windows that are called Performance counters. Counters are used to provide information as to how well the operating system or an application, service, or driver is performing.
|
|
Email Trigger. - The Email event Trigger is able to monitor a mailbox through POP3 or IMAP4 protocol. The actual connection properties are defined in the Connections window. Based on subject, sender and content different actions can be performed with the email.
|
|
RSS Trigger - The RSS Trigger is able to watch a remote RSS feed for changes. Based on content on certain parts of the feed item you can Trigger the Job.
|
|
System start/shutdown Trigger - The System Start/Shutdown Trigger is able to Trigger a Job when the computer has been startup or just before shutdown of the computer.
|
|
Remote file Trigger (Pro) - The Remote File Trigger is able to monitor file events on remote computers using the protocols FTP and SFTP.
|
|
SQL Trigger - The SQL Trigger is able to monitor and Trigger upon a result value from a text or stored procedure query. The SQL Trigger supports all kind of database Connections.
|
|
Session change Trigger - The Session change Trigger fires on various session events on the current server. Like user logon, session connected etc.
|
|
Cloud file Trigger (Pro) - The Cloud File Trigger is able to monitor file events in various online cloud services like Amazon S3, Google Drive, OneDrive, Azure storage, Box and Dropbox.
|
|
MSMQ Trigger (Pro) - The MSMQ Trigger is able to monitor a MSMQ queue.
|
|
MFT Server Trigger (Pro) - The MFT Server Trigger monitors the internal MFT server for events.
|
|
Printer Trigger (Pro) - The Printer Trigger monitors the printer spool for events.
|
|
AMQP Trigger (Pro) - The AMQP Trigger is able to monitor a AMQP queue. Currently supporting RabbitMQ and Azure Service Bus Trigger.
|
|
Slack Trigger (Pro) - The Slack Trigger is able to monitor for Slack messages.
|
|
PeopleSoft Trigger (Pro) - The PeopleSoft Trigger is able to monitor for PeopleSoft Process Scheduler.
|
|
Azure queue storage Trigger (Pro) - The Azure Queue Storage Trigger is able to monitor a Azure Storage Queue.
|
|
MSTeams Trigger (Pro) - The MSTeams Trigger is able to monitor a MSTeams channel queue.
|
|
Amazon SQS Trigger (Pro) - The AmazonSQS Trigger is able to monitor a Amazon SQS queue.
|
|
Sharepoint file Trigger (Pro) - Sharepoint File Trigger is able to monitor file events in SharePoint service.
|
|
HTTP Rest Trigger (Pro) - The HTTP Rest Trigger is able to register incoming requests of a RESTful web service.
|
|
HTTP Trigger (Pro) - The HTTP Trigger is able to monitor web servers.
|
|
Folder Trigger - The Folder event trigger monitors changes in a file system. The Trigger reacts on folders that has been changed, removed or created based on special attributes. It is possible to retrieve the folder, full path or just the name of the created file so you can use it in your Tasks for example.
|
|
Desktop Trigger (Pro) - The Desktop event trigger monitors changes in a UI via a locally or remotely runned VC tray. The Trigger reacts on UI events like as opened, closed, focused, appeared, clicked, hovered, changed and many other UI events. The trigger listen events for specific type of controls. It is possible to retrieve the username, hostname, process name, window name, control name, control content and others results so you can use it in your Tasks for example.
|
|
Webmacro Trigger (Pro) - The Webmacro event trigger monitors changes in the HTML elements.
|
|
WebService Trigger (Pro) - The WebService Trigger is able to monitor for web service.
|
|
TCP Trigger - The TCP Trigger is able to receive messages from TCP network clients.
|
|
PowerShell Trigger - The PowerShell Trigger is able to execute an existing PowerShell file or PowerShell script on the fly and then monitor the resulting output.
|
|
.NET code execute Trigger - The .NET code execute Trigger is able to execute .NET code written using languages C# or VB.NET and then monitor the resulting output.
|
|
Variable Trigger - The Variable Trigger tracks changes in the values of the specified Variables. It is possible to either respond to Variable change events or perform periodic polling and checking the current values.
|