StatusPageUrl Element (Workflow)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Specifies the URL of a custom workflow status page for the workflow.
<StatusPageUrl>
</StatusPageUrl>
Attributes
Attribute |
Description |
---|---|
None |
Child Elements
None. |
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Remarks
The URL you specify must be server-relative.
If you do not specify a custom status page, Windows SharePoint Services uses the default status page, located at _layouts/WrkStat.aspx.
Example
The following example specifies a custom workflow status page for the workflow.
<StatusPageUrl>_layouts/myWrkStatus.aspx</StatusPageUrl>
See Also
Concepts
Workflow Deployment Using Features