Share via


modGetAppInfo

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.

Returns all the public properties of a workflow application. Exists in the modSystem database.

 [@AppId =] 'id

Parameters

  • [@AppId =] 'id'
    The workflow application ID in the modApplications table.

Example

The following example returns a one-row result set with the properties of the workflow application registered with id = 5 in the modSystem database:

EXEC modGetAppInfo 5

See Also

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