Skip to content

Commit 75e2b39

Browse files
John-HartJohn Hartandrewconnell
authored
add a note for VS deprecation (#10464)
* add a note for VS deprecation * update timestamp Updated the article to reflect the new date and included additional notes on workflow debugging. * update timestamp Updated the article to reflect the latest information on SharePoint workflows and Visual Studio, including a new date and additional notes on deprecation. --------- Co-authored-by: John Hart <[email protected]> Co-authored-by: Andrew Connell <[email protected]>
1 parent c616c58 commit 75e2b39

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/general-development/how-to-create-sharepoint-workflows-using-visual-studio.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create SharePoint workflows using Visual Studio
33
description: Describes how to create a SharePoint workflow in the new SharePoint workflow platform using Visual Studio.
4-
ms.date: 10/15/2022
4+
ms.date: 11/05/2025
55
ms.assetid: 739af178-96b3-4630-bbc0-5def02065eeb
66
ms.localizationpriority: high
77
---
@@ -13,6 +13,9 @@ Learn the basics of creating a SharePoint workflow in the new SharePoint workflo
1313

1414
**Provided by:** [Andrew Connell](https://www.andrewconnell.com), [Voitanos](https://www.voitanos.io)
1515

16+
> [!NOTE]
17+
> Beginning with Visual Studio 2026, SharePoint Workflow development in Visual Studio is deprecated and will be removed in a future release.
18+
1619
> [!NOTE]
1720
> SharePoint 2010 workflows have been retired since August 1, 2020 for new tenants and removed from existing tenants on November 1, 2020. If you’re using SharePoint 2010 workflows, we recommend migrating to Power Automate or other supported solutions. For more info, see [SharePoint 2010 workflow retirement](https://support.microsoft.com/office/sharepoint-2010-workflow-retirement-1ca3fff8-9985-410a-85aa-8120f626965f).
1821
@@ -441,3 +444,4 @@ This article first explained the different types of workflows that can be create
441444

442445

443446
- [SharePoint workflow samples](sharepoint-workflow-samples.md)
447+

docs/sp-add-ins/add-a-workflow-to-a-sharepoint-hosted-sharepoint-add-in.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add a workflow to a SharePoint-hosted SharePoint Add-in
33
description: Add a workflow to an add-in, design the workflow, and run and test the add-in.
4-
ms.date: 09/26/2023
4+
ms.date: 11/05/2025
55
ms.localizationpriority: high
66
---
77
# Add a workflow to a SharePoint-hosted SharePoint Add-in
@@ -11,7 +11,9 @@ ms.localizationpriority: high
1111
This is the sixth in a series of articles about the basics of developing SharePoint-hosted SharePoint Add-ins. You should first be familiar with [SharePoint Add-ins](sharepoint-add-ins.md) and the previous articles in this series, which you can find at [Get started creating SharePoint-hosted SharePoint Add-ins | Next steps](get-started-creating-sharepoint-hosted-sharepoint-add-ins.md#next-steps).
1212

1313
> [!NOTE]
14-
> It's recommended that Microsoft Power Automate be used for apps and process automation. Starting with Visual Studio 2022, Workflow templates have been removed from SharePoint Add-in Projects. For more information please see [Guidance: Migrate from classic workflows to Power Automate flows in SharePoint](../business-apps/power-automate/guidance/migrate-from-classic-workflows-to-power-automate-flows.md)
14+
> Beginning with Visual Studio 2026, SharePoint Workflow development in Visual Studio is deprecated and will be removed in a future release.
15+
>
16+
> For more information about Microsoft Power Automate, please see: [Guidance: Migrate from classic workflows to Power Automate flows in SharePoint](../business-apps/power-automate/guidance/migrate-from-classic-workflows-to-power-automate-flows.md)
1517
1618
> [!TIP]
1719
> If you have been working through this series about SharePoint-hosted add-ins, you have a Visual Studio solution that you can use to continue with this topic. You can also download the repository at [SharePoint_SP-hosted_Add-Ins_Tutorials](https://github.com/OfficeDev/SharePoint_SP-hosted_Add-Ins_Tutorials) and open the BeforeWorkflow.sln file.
@@ -129,3 +131,4 @@ The workflow sends an email to notify an HR staffer that the new employee has fi
129131
<a name="Nextsteps"> </a>
130132

131133
In the next article in this series, you'll [add a custom page and style to a SharePoint-hosted SharePoint Add-in](add-a-custom-page-and-style-to-a-sharepoint-hosted-sharepoint-add-in.md).
134+

0 commit comments

Comments
 (0)