The custom trigger is a trigger that is used for a plugin trigger implementation. The custom trigger is linked to a plugin implementation (dll) and this plugin is called in order to validate if the trigger should trigger.
General setting
All general custom trigger settings are described below, to develop your own trigger plugin read more here.
 | Type
When the form is loaded is searches the plugin directory within the plugin directory from the IM Sequencer (a subdirectory within the "bin" directory). All plugins that are valid (that implement the correct interface) will be available. If you select a plugin from the dropdownbox information regarding the plugin is shown on the form.
The IM Sequencer 5.0 has several plugins out of the box |
| - Powershell triggers when the powershell script returns 'true' |
| - Remote Powershell triggers when the powershell script returns 'true' script is executed on a remote server |
| - SQL triggers on data availability within a sql query |
| This enables more real time synchronization for the synchronization server because triggers can come from anywhere that indicates synchronization should start. |
 | Plugin parameters |
All parameters that are available in the plugin are shown in the grid. You will need to provide the information for all parameters if necessary.
 | Time constraints
This option enables you to set the start and end time for the trigger, if not set the trigger will always call the plugin to evaluate to trigger. |
| Custom trigger type settings |
Page url: http://www.traxionsolutions.com/imsequencer/help/index.html?customtriggertype.htm