Skip to content

Commit a4f29e1

Browse files
committed
Merge branch 'master' into live
2 parents 56beff4 + bd3093c commit a4f29e1

File tree

4 files changed

+57
-8
lines changed

4 files changed

+57
-8
lines changed

docs/apis/migration-api-whats-new

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Migration API What's new"
3+
ms.reviewer: jhendr
4+
author: JoanneHendrickson
5+
ms.author: jhendr
6+
manager: serdars
7+
ms.date: 05/17/2022
8+
audience: ITPro
9+
ms.topic: article
10+
ms.prod: sharepoint
11+
localization_priority: Priority
12+
ms.custom: admindeeplinkSPO
13+
description: "Learn about the new features and updates to the Migration API."
14+
---
15+
# What's new in the Migration API
16+
17+
Check here to see what features or updates have been added to the Migration API. Here's a summary of what's included.
18+
19+
## Fixes
20+
21+
- **Changes to how Import API handles users**. As a response to issues arising from broken OneDrive scenarios when importing duplicate users, the API now blocks and detect duplicate user entries in UserGroup.xml. For details see: [Entering user identifiers in UserGroup.xml](/sharepoint/dev/apis/migration-api-overview#entering-user-identifiers-in-usergroup.xml)

docs/business-apps/power-automate/guidance/migrate-from-classic-workflows-to-power-automate-flows.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Guidance - Migrate from classic workflows to Power Automate flows in SharePoint
33
description: This article specifically provides guidance about how to plan for transitioning from classic SharePoint Workflows to Power Automate flows.
4-
ms.date: 07/20/2021
4+
ms.date: 05/25/2022
55
search.app:
66
- Flow
77
search.appverid: met150
@@ -23,7 +23,7 @@ This article specifically provides guidance about how to plan for transitioning
2323

2424
Classic workflows in SharePoint constitutes two workflow systems namely
2525

26-
- SharePoint 2010 workflow
26+
- SharePoint 2010 workflow ([deprecated in November 2020](https://support.microsoft.com/en-us/office/sharepoint-2010-workflow-retirement-1ca3fff8-9985-410a-85aa-8120f626965f))
2727
- SharePoint 2013 workflow
2828

2929
While both workflow systems allow users to build and publish workflows in SharePoint, see the following key differences:
@@ -33,6 +33,9 @@ While both workflow systems allow users to build and publish workflows in ShareP
3333

3434
Users primarily use SharePoint Designer to author and publish workflows in SharePoint, while professional developers, looking to extend and build workflows, use Visual Studio to build and publish workflows in SharePoint.
3535

36+
> [!Important]
37+
> After August 1, 2020, new Microsoft 365 customers can use SharePoint 2013 workflows or Power Automate. However, SharePoint 2013 workflows will follow a similar retirement path in the future, so it's highly recommended to use Power Automate or other supported solutions. If you want to learn more about the SharePoint 2013 workflow usage inside your tenant you can use the [Workflow 2013 Assessment tool](https://aka.ms/microsoft365assessmenttool). This tool will assess your tenant on SharePoint 2013 workflow usage and generates a Power BI report with the findings.
38+
3639
## Modern workflows with Power Automate flows
3740

3841
Since the release of classic workflows, SharePoint and Microsoft 365 apps have evolved to provide compelling, flexible and more performant experiences. Modern experiences in SharePoint integrate with rest of the Microsoft 365 apps and services driving security, productivity, and collaboration.

docs/toc.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
- name: Deploy web parts to Azure CDN
343343
href: spfx/web-parts/get-started/deploy-web-part-to-cdn.md
344344
- name: Deployment options for SPFx solutions & Microsoft Teams
345-
href: https://docs.microsoft.com/sharepoint/dev/spfx/deployment-spfx-teams-solutions
345+
href: /sharepoint/dev/spfx/deployment-spfx-teams-solutions
346346
- name: Custom build tasks
347347
href: spfx/toolchain/integrate-gulp-tasks-in-build-pipeline.md
348348
- name: Extend Webpack
@@ -449,9 +449,9 @@
449449
- name: SharePoint 2016 support
450450
href: spfx/sharepoint-2016-support.md
451451
- name: Microsoft Teams
452-
href: https://docs.microsoft.com/sharepoint/dev/spfx/build-for-teams-overview
452+
href: /sharepoint/dev/spfx/build-for-teams-overview
453453
- name: Microsoft Viva Connections
454-
href: https://docs.microsoft.com/sharepoint/dev/spfx/viva/overview-viva-connections
454+
href: /sharepoint/dev/spfx/viva/overview-viva-connections
455455
- name: Release notes & roadmap
456456
items:
457457
- name: Overview
@@ -1631,6 +1631,8 @@
16311631
href: transform/modernize-customizations.md
16321632
- name: Modernize site branding
16331633
href: transform/modernize-branding.md
1634+
- name: Modernize SharePoint 2013 workflow
1635+
href: transform/modernize-workflows.md
16341636
- name: Connect to a Microsoft 365 group
16351637
items:
16361638
- name: Overview
@@ -2047,6 +2049,8 @@
20472049
href: apis/spod-copy-move-api.md
20482050
- name: SharePoint Migration Guidance
20492051
items:
2052+
- name: What's new in Migration API
2053+
href: apis/migration-api-whats-new.md
20502054
- name: Migration Guidance for ISVs
20512055
href: apis/migration-isv-guidance.md
20522056
- name: Migration permission guidance
@@ -2095,9 +2099,9 @@
20952099
- name: Create folder classification request
20962100
href: apis/syntex/rest-createfolderclassificationrequest.md
20972101
- name: PnP Sites Core API reference
2098-
href: https://docs.microsoft.com/dotnet/api/?term=Officedevpnp
2102+
href: /dotnet/api/?term=Officedevpnp
20992103
- name: PnP Sites Core API reference - Extension methods
2100-
href: https://docs.microsoft.com/dotnet/api/?term=microsoft.sharepoint
2104+
href: /dotnet/api/?term=microsoft.sharepoint
21012105
- name: SharePoint schema reference
21022106
href: schema/schema-reference-for-sharepoint.md
21032107
items:
@@ -5281,4 +5285,4 @@
52815285
- name: Tutorials
52825286
href: training/training.md
52835287
- name: SharePoint Framework API reference
5284-
href: https://docs.microsoft.com/javascript/api/overview/sharepoint
5288+
href: /javascript/api/overview/sharepoint

docs/transform/modernize-workflows.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Modernize SharePoint 2013 workflows
3+
description: Make the switch to Power Automate instead of SharePoint 2013 workflow for your business processes.
4+
ms.date: 05/25/2022
5+
ms.prod: sharepoint
6+
ms.localizationpriority: high
7+
---
8+
9+
# Modernize SharePoint 2013 workflows
10+
11+
Modern business processes are essential for transforming organizational productivity in Microsoft 365. Since the release of SharePoint workflows, Microsoft has evolved workflow orchestration to not only encompass SharePoint, but all the productivity services you use with Microsoft 365 and beyond with Microsoft Power Automate. Power Automate connects to all Microsoft 365 services and over 220 other services to let an enterprise build custom workflows.
12+
13+
With the continued investment in Power Automate as the universal solution to workflow orchestration, SharePoint 2010 workflows are retired as of November 2020. After November 2020, Microsoft 365 customers can use SharePoint 2013 workflows or Power Automate. However, SharePoint 2013 workflows will follow a similar retirement path in the future, so it's highly recommended to use Power Automate or other supported solutions.
14+
15+
## Assessing your SharePoint 2013 workflow usage
16+
17+
Before you can plan to migrate your SharePoint 2013 workflows to Power Automate you first need to understand how many SharePoint 2013 workflows there are in your tenant, and for that you can use the [Workflow 2013 Assessment tool](https://aka.ms/microsoft365assessmenttool). This tool will assess your tenant on SharePoint 2013 workflow usage and generates a Power BI report with the findings. This assessment tool allows you to not only identify the SharePoint 2013 workflows active in your tenant but it also evaluates if they should be migrated to a Power Automate flow before SharePoint 2013 workflows are retired.
18+
19+
## Migrating from SharePoint 2013 workflow to Power Automate
20+
21+
Once you've defined a list of SharePoint 2013 workflows to migrate to Power Automate you use the [Migrate from classic workflows to Power Automate flows in SharePoint](../business-apps/power-automate/guidance/migrate-from-classic-workflows-to-power-automate-flows.md) article to get guidance.

0 commit comments

Comments
 (0)