Skip to content

Commit e6ebbe4

Browse files
authored
Update reload-the-page.md
1 parent ac99e1b commit e6ebbe4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SharePoint/SharePointOnline/workflows/reload-the-page.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This error occurs if SharePoint 2013 Workflows are in a suspended state for the
4141

4242
You can remove the current SharePoint site's suspension by removing SharePoint 2013 Workflows that have exceeded their limits. Use the Workflow Settings page, or delete workflows using SharePoint Designer.
4343

44-
The cleanup process isn't instant. It takes time and the Workflow Health switches to a **Connected** status when it's done:
44+
The cleanup process isn't instant. It takes time and the Workflow Health switches to a **Connected** status when it is done:
4545

4646
:::image type="content" source="./media/reload-the-page/workflow-connected.png" alt-text="Screenshot of the Workflow Health page showing workflow status as connected.":::
4747

@@ -51,7 +51,7 @@ You can identify the workflows to be removed by using the **ShowScopeDebugInfo()
5151

5252
### How to run the ShowScopeDebugInfo() Function
5353

54-
1. On the site that is having the Workflow problem, select Settings (the gear icon), and then select **Site Settings** > **Workflow Settings** > **Workflow Health**.
54+
1. On the site that's having the Workflow problem, select Settings (the gear icon), and then select **Site Settings** > **Workflow Settings** > **Workflow Health**.
5555
- You can also access Workflow Health from a URL. Example URL: `https://contoso.sharepoint.com/sites/test/_layouts/15/WorkflowServiceHealth.aspx` - in this example, replace *contoso* with your domain, and *test* with the name of the SharePoint site.
5656
1. Open the Developer tools from the browser (Microsoft Edge or Google Chrome is recommended).
5757
- For Microsoft Edge, press the F12 key to toggle open Developer Tools.
@@ -106,6 +106,6 @@ You can identify the workflows to be removed by using the **ShowScopeDebugInfo()
106106
107107
**Workflows are suspended**
108108
109-
1. Once a Workflow or Workflows are removed, a cleanup process is started. You can track the progress by refreshing the Workflow Service Health page and executing the ShowScopeDebugInfo function. **ActiveMessageCount**, **ScopeSizeInBytes**, and **CorrelationFilterCount** will go down, depending on which limit was exceeded. **ActiveMessageCount** is the slowest and might take days to clear up, but it isn’t blocking. Once the core of the cleanup background job is done, the Workflow Service Health page will no longer display **Workflows are suspended**, and the **StatusDetails** will no longer have a value.
109+
1. Once a Workflow or Workflows are removed, a cleanup process is started. You can track the progress by refreshing the Workflow Service Health page and executing the ShowScopeDebugInfo function. **ActiveMessageCount**, **ScopeSizeInBytes**, and **CorrelationFilterCount** will go down, depending on which limit was exceeded. **ActiveMessageCount** is the slowest and might take days to clear up, but it isn’t blocking. Once the core of the cleanup background job is done, the Workflow Service Health page will no longer display **Workflows are suspended**, and the **StatusDetails** will no longer have a value.
110110
111111
If you can't fix the issue by removing workflows, you might opt to open a support request. If you choose to open a support request, gather some additional information about the workflow health by using the **ShowScopeDebugInfo()** function. For more information about the **ShowScopeDebugInfo()** function, see [Gather SharePoint 2013 Workflow troubleshooting data with ShowScopeDebugInfo](./gather-workflow-data.md).

0 commit comments

Comments
 (0)