Triggers

The Triggers section allows to configure available Triggers for scanning events of the embedded clients, where supported. The embedded clients which has support for Capture Triggers are:

Only contextually meaning Trigger types are available here since they are executed during the scanning phases, before the Workflow processing.

On Start
Add Triggers to be executed when document scanning starts.

Triggers are executed in cascade in the order they appear. All available Trigger types will still return their conditional value, where available, and a false return value will stop the execution by skipping the next triggers and completing the Workflow processing.

If the conditional return value, where available, isn’t specified a default true value is always returned.

On End
Add Triggers to be executed when document scanning finishes, hence completing successfully without errors.

Triggers are executed in cascade in the order they appear. All available Trigger types will still return their conditional value, where available, and a false return value will stop the execution by skipping the next triggers and completing the Workflow processing.

If the conditional return value, where available, isn’t specified a default true value is always returned.

On Error
Add Triggers to be executed when document scanning stops due to an error reported by the scanner. An error could be either a scanner error or a manual user fired error such as a job cancelling, according the specific platform.

Triggers are executed in cascade in the order they appear. All available Trigger types will still return their conditional value, where available, and a false return value will stop the execution by skipping the next triggers and completing the Workflow processing.

If the conditional return value, where available, isn’t specified a default true value is always returned.

Timeout
Add Triggers to be executed when document scanning reaches the default timeout. Timeout is calculated from the scanning start and when the selected amount of seconds in the Timeout slider field (default 3600) is elapsed.

Triggers are executed in cascade in the order they appear. All available Trigger types will still return their conditional value, where available, and a false return value will stop the execution by skipping the next triggers and completing the Workflow processing.

If the conditional return value, where available, isn’t specified a default true value is always returned.

Previous Article

Questions