StatusPageUrl Element (Workflow)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the URL of a custom workflow status page for the workflow.
Definition
<StatusPageUrl>
</StatusPageUrl>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
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>