Share via


modExecuteTimeoutEvents

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

[@DBName =] 'dbname'

Runs all the time-out events that are due in a single solution database or in all the solution databases on the server. Exists in the modSystem database.

Parameters

[@DBName =] 'dbname'

The name of the solution database.

Remarks

Scans the solution databases. In each database, scans all the workflow-enabled tables and evaluates the condition of time-out events for each table. Then, runs the time-out events for which the condition is True.

Example

The following example runs all time-out events that are due for the Issue Tracking solution.

modExecuteTimeoutEvents 'IssueTracking'