modExecuteTimeoutEvents

See Also

[@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'