StatusPageUrl Element (Workflow)
Applies to: SharePoint Foundation 2010
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, SharePoint Foundation 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