Add caution for on-premise workflows#10937
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 5860473:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs/general-development/creating-a-workflow-by-using-sharepoint-designer-and-the-sharepoint-wo.md | View | Details |
docs/general-development/creating-a-workflow-by-using-sharepoint-designer-and-the-sharepoint-wo.md
- Line 16, Column 298: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-subscription-edition#deprecated-features' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 16, Column 298: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-subscription-edition#deprecated-features' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
As mentioned in the pull request template
|
Learn Build status updates of commit 46755e6: 💡 Validation status: suggestions
docs/general-development/creating-a-workflow-by-using-sharepoint-designer-and-the-sharepoint-wo.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit d7b98c3: 💡 Validation status: suggestions
docs/general-development/creating-a-workflow-by-using-sharepoint-designer-and-the-sharepoint-wo.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
I tried this in this repo, but I found that the relative link |
| title: Creating a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform | ||
| description: This is an article with links to learn about creating a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform. | ||
| ms.date: 05/09/2023 | ||
| ms.date: 07/08/2026 |
There was a problem hiding this comment.
Don't update ms.date... the rendering engine uses the git history of the page to mark the last updated date. This property should be set to when the article was published.
Please revert this change
| > [!CAUTION] | ||
| > SharePoint 2013 workflows are scheduled for retirement in April 2024. For more information, see: [SharePoint 2013 workflow retirement](https://support.microsoft.com/office/sharepoint-2013-workflow-retirement-4613d9cf-69aa-40f7-b6bf-6e7831c9691e). | ||
| > SharePoint 2010 workflows are deprecated for SharePoint On-Premise on July 16, 2026. If you’re using SharePoint 2010 workflows, we recommend migrating to SharePoint 2013 Workflows or using Power Automate with Azure on-premise data gateway or other supported solutions. For more information, see [What's deprecated or removed from SharePoint Server Subscription Edition | ||
| ](https://learn.microsoft.com/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-subscription-edition#deprecated-features). |
There was a problem hiding this comment.
Don't use absolute links... make this relative by removing https://learn.microsoft.com
|
@danthemango said:
The page you're linking to doesn't exist in this repo, which is why you're getting a path build error. Use a root-relative link to clear the finding. |
Category
Related issues
None
What's in this Pull Request?