Skip to content

Commit 675bce2

Browse files
committed
Merge branch 'master' into live
2 parents c9d7a0f + 1d05625 commit 675bce2

File tree

54 files changed

+205
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+205
-106
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ You can also tweet / follow [@Microsoft365Dev](https://twitter.com/Microsoft365D
1616

1717
Review all the SPFx releases here from the initial GA release in February 2017 in the docs: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/roadmap
1818

19-
### Releases prior to general availability & other special release notes
20-
21-
* **June 6, 2017**
22-
* **Dev Preview of extensions is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes---Extensions-Dev-Preview-Drop-1)
23-
24-
* **Jan 9, 2017**
25-
* **RC0 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-RC0)
26-
27-
* **Aug 17, 2016**
28-
* **Drop 1 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Drop-1)
29-
3019
## Get Started
3120

3221
* [Setup your Office 365 Developer Tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-developer-tenant)

docs/general-development/common-error-messages-in-sharepoint-workflow-development.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ localization_priority: Priority
99

1010
# Common error messages in SharePoint workflow development
1111
A listing of common error messages that you might encounter while developing SharePoint workflows and guidance for solving the underlying problem.
12+
13+
> [!NOTE]
14+
> 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).
15+
1216
## Common SharePoint workflow errors
1317

1418
Although this list doesn't cover every possible error you may encounter when developing SharePoint workflows, it does cover those that you are most likely to face.
1519

16-
20+
1721

1822

1923
- [Timeout while waiting for sandboxed code execution request to complete within the worker process](#bkmk_error01)

docs/general-development/create-a-sharepoint-workflow-app-using-visual-studio-2012.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ localization_priority: Priority
99

1010
# Create a SharePoint workflow app using Visual Studio 2012
1111
Walk through the process of creating a workflow SharePoint Add-in using Microsoft Visual Studio 2012.
12+
13+
> [!NOTE]
14+
> 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).
15+
1216
## Prerequisites
1317
<a name="bmPreReq"> </a>
1418

1519
This development scenario presumes that a SharePoint farm and a Workflow Manager 1.0 farm are installed and paired. These two farms can be located on the same or on separate server computers. The scenario further presumes that workflow development is taking place remotely - that is, on a computer separate from either of the server computers - and is using Microsoft Visual Studio 2012 or later.
16-
17-
18-
20+
1921

2022
- On the server platforms:
2123

docs/general-development/create-a-workflow-with-elevated-permissions-by-using-the-sharepoint-workflo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ localization_priority: Priority
1313
<a name="section1"> </a>
1414

1515
This article describes how to create SharePoint workflows that access objects in SharePoint that require elevated permissions. These solutions use two features: granting permissions to the workflow app and wrapping actions with the App Step.
16+
17+
> [!NOTE]
18+
> 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).
19+
1620

1721
> [!IMPORTANT]
1822
> This article assumes that the SharePoint Workflow platform has been installed and configured and that SharePoint has been configured for add-ins. For more information about SharePoint Workflows and SharePoint Add-ins, including installation and configuration, see [Workflows in SharePoint](workflows-in-sharepoint.md) and [Install and manage SharePoint Add-ins](../sp-add-ins/sharepoint-add-ins.md).

docs/general-development/creating-a-workflow-by-using-sharepoint-designer-and-the-sharepoint-wo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ localization_priority: Priority
1010
# Creating a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform
1111
Learn how to install, open, and create a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform.
1212

13+
> [!NOTE]
14+
> 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).
15+
1316

1417
## Install SharePoint Designer 2013
1518
<a name="section1"> </a>

docs/general-development/customizing-ranking-models-to-improve-relevance-in-sharepoint.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: Customizing ranking models to improve relevance in SharePoint
3-
ms.date: 09/25/2017
3+
ms.date: 11/10/2020
44
ms.prod: sharepoint
55
ms.assetid: c166ecdd-7f93-4bbb-b543-2687992dd2bc
66
localization_priority: Priority
77
---
8+
**APPLIES TO:** ![Yes](https://docs.microsoft.com/sharepoint/sharepointserver/media/yes.png) 2013 ![Yes](https://docs.microsoft.com/sharepoint/sharepointserver/media/yes.png) 2016 ![Yes](https://docs.microsoft.com/sharepoint/sharepointserver/media/yes.png) 2019 ![No](https://docs.microsoft.com/sharepoint/sharepointserver/media/no.png) SharePoint in Microsoft 365
9+
10+
811

912

1013
# Customizing ranking models to improve relevance in SharePoint

docs/general-development/debugging-sharepoint-server-workflows.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ localization_priority: Priority
1111
Demonstrates how SharePoint now relies on Workflow Manager 1.0 for all workflow processing and management, and demonstrates debugging options.
1212
**Provided by:** [Andrew Connell](https://social.msdn.microsoft.com/profile/andrew%20connell%20%5bmvp%5d/), [www.AndrewConnell.com](http://www.andrewconnell.com)
1313

14-
14+
> [!NOTE]
15+
> 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).
1516
16-
Microsoft has taken a different approach to workflows in SharePoint than in previous versions of SharePoint. The workflow team worked with the Azure team to create a new product called Workflow Manager. Workflow Manager hosts the latest version of the Windows Workflow Foundation runtime and all the necessary services in an available and scalable way. It takes advantage of the Microsoft Azure Service Bus for performance and scalability, and when deployed, it runs exactly the same in an on-premises deployment as in the cloud, similar to Office 365. SharePoint is then connected and configured to hand off all workflow execution and related tasks to the Workflow Manager farm.
17-
18-
17+
The workflow team has worked with the Azure team to create a product called Workflow Manager. Workflow Manager hosts the latest version of the Windows Workflow Foundation runtime and all the necessary services in an available and scalable way. It takes advantage of the Microsoft Azure Service Bus for performance and scalability, and when deployed, it runs exactly the same in an on-premises deployment as in the cloud, similar to Office 365. SharePoint is then connected and configured to hand off all workflow execution and related tasks to the Workflow Manager farm.
1918

2019
This change in the architecture required some changes to the two primary workflow authoring tools (SharePoint Designer 2013 and Visual Studio 2012) customers used to create custom workflows. However, the debugging techniques employed by developers in SharePoint 2007 and SharePoint 2010 still apply. The new architecture allows for a new option for workflows created using either SharePoint Designer 2013 or Visual Studio 2012 in that Fiddler can be used to monitor traffic between SharePoint and Workflow Manager.
2120

docs/general-development/develop-sharepoint-workflows-using-visual-studio.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ localization_priority: Priority
77
---
88

99

10-
1110
# Develop SharePoint workflows using Visual Studio
1211
SharePoint supports two primary workflow development environments for authoring workflows: SharePoint Designer and Visual Studio. This article summarizes both and discusses the advantages and disadvantages of each.
12+
13+
> [!NOTE]
14+
> 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).
15+
1316
## Authoring basics for SharePoint workflows
1417
<a name="bkm_AuthoringBasics"> </a>
1518

docs/general-development/get-started-with-workflows-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Learn about the newly engineered Workflow Manager Client 1.0, which provides the
1515
> **Important:**
1616
> For instructions on setting up and configuring SharePoint and Microsoft Azure, see [Set up and configure SharePoint Workflow Manager](set-up-and-configure-sharepoint-workflow-manager.md).
1717
18+
> [!NOTE]
19+
> 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).
1820
19-
20-
2121

2222
## Overview of workflows in SharePoint
2323
<a name="overview"> </a>

docs/general-development/getting-familiar-with-visual-designer-for-workflow-in-sharepoint-designer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ localization_priority: Normal
99

1010
# Getting familiar with Visual Designer for workflow in SharePoint Designer 2013
1111
Learn the basic features of the Visual Designer in SharePoint Designer 2013.
12+
13+
> [!NOTE]
14+
> 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).
15+
1216
## Overview of the Visual Designer in SharePoint Designer 2013
1317
<a name="section1"> </a>
1418

0 commit comments

Comments
 (0)