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.

Runs all the Expiry events that are due in a single workflow-enabled database or in all the workflow-enabled databases on the server. Exists in the modSystem database.

 [@DBName =] 'dbname'

Parameters

  • [@DBName =] 'dbname'
    The name of the workflow-enabled database.

Remarks

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

Example

The following example runs all Expiry events that are due for the Issue Tracking sample application:

modExecuteTimeoutEvents 'IssueTracking'

See Also

Stored Procedures | Workflow Application Infrastructure | ModSystem Database Tables | Workflow-Enabled Database Tables | Views