Skip to content

Commit 3599fc4

Browse files
Merge pull request SharePoint#8954 from andrewconnell/content-update/markdownfixup
🧼 cleanup markdown numbered list
2 parents 30d3b59 + a905a10 commit 3599fc4

14 files changed

+715
-2256
lines changed

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

Lines changed: 86 additions & 113 deletions
Large diffs are not rendered by default.

docs/general-development/create-hybrid-connectivity-apps-for-sharepoint.md

Lines changed: 62 additions & 182 deletions
Large diffs are not rendered by default.
Lines changed: 33 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -1,212 +1,86 @@
11
---
22
title: Creating a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform
33
description: This is an article with links to learn about creating a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform.
4-
ms.date: 06/07/2022
4+
ms.date: 05/09/2023
55
ms.assetid: c05e0127-c6f5-48b8-b8f2-cbcc30149c8b
66
ms.localizationpriority: high
77
---
8+
# Creating a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform
89

10+
Learn how to install, open, and create a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform.
911

10-
# Creating a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform
11-
Learn how to install, open, and create a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform.
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).
12+
> [!CAUTION]
13+
> 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 information, see [SharePoint 2010 workflow retirement](https://support.microsoft.com/office/sharepoint-2010-workflow-retirement-1ca3fff8-9985-410a-85aa-8120f626965f).
1514
15+
> [!CAUTION]
16+
> 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).
1617
1718
## Install SharePoint Designer 2013
18-
<a name="section1"> </a>
1919

20-
SharePoint Designer 2013 is a free download. To download and install SharePoint Designer 2013 follow these steps:
21-
22-
23-
20+
SharePoint Designer 2013 is a free download. To download and install SharePoint Designer 2013 follow these steps:
2421

2522
### To install SharePoint Designer 2013
2623

27-
28-
1. Open your web browser and navigate to the Microsoft Download Center: [https://www.microsoft.com/download](https://www.microsoft.com/download).
29-
30-
31-
2. Type SharePoint Designer 2013 in the search field.
32-
33-
34-
3. Click the link for "SharePoint Designer 2013".
35-
36-
37-
4. Read the overview, system requirements, and installation instructions. Make sure your system is compatible.
38-
39-
40-
5. Select your platform type: 64-bit ( **x64**) or 32-bit ( **x86**) as shown in the figure.
41-
42-
43-
6. Follow the instructions to install SharePoint Designer 2013.
44-
45-
24+
1. Open your web browser and navigate to the Microsoft Download Center: [https://www.microsoft.com/download](https://www.microsoft.com/download).
25+
1. Type SharePoint Designer 2013 in the search field.
26+
1. Click the link for "SharePoint Designer 2013".
27+
1. Read the overview, system requirements, and installation instructions. Make sure your system is compatible.
28+
1. Select your platform type: 64-bit ( **x64**) or 32-bit ( **x86**) as shown in the figure.
29+
1. Follow the instructions to install SharePoint Designer 2013.
4630

4731
**Figure: SharePoint Designer 2013 download page**
4832

49-
50-
51-
52-
53-
54-
55-
5633
![The SharePoint Designer 2013 Download page.](../images/SPD15-install-connect-1.png)
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
6834

6935
## Open SharePoint Designer 2013 and connect to a SharePoint site
70-
<a name="section2"> </a>
7136

72-
SharePoint Designer 2013 installs as an Office 2013 application. To open SharePoint Designer 2013 and connect to a SharePoint site follow these steps:
73-
74-
75-
76-
2013
77-
### To open SharePoint Designer 2013 and connect to a SharePoint site
37+
SharePoint Designer 2013 installs as an Office 2013 application. To open SharePoint Designer 2013 and connect to a SharePoint site follow these steps:
7838

39+
### To open SharePoint Designer 2013 and connect to a SharePoint site
7940

80-
1. Open SharePoint Designer 2013 by selecting it on the **Start** menu. Click **Start** icon, click **All Programs**, click **Microsoft Office 2013**, and then click **SharePoint Designer 2013**.
81-
82-
83-
2. Click **Open Site** on the SharePoint Designer 2013 start page.
84-
85-
86-
3. Enter the SharePoint site that you want to connect to. For example, http://www.contoso.com/sites/a-sharepoint-site.
87-
88-
89-
4. Click **Open** to open the site.
90-
91-
92-
5. Enter your credentials, if prompted. (If security is not integrated with the computer you signed in on then you are prompted to enter your credentials.) Make sure to use credentials that have access to the SharePoint site.
93-
94-
41+
1. Open SharePoint Designer 2013 by selecting it on the **Start** menu. Click **Start** icon, click **All Programs**, click **Microsoft Office 2013**, and then click **SharePoint Designer 2013**.
42+
1. Click **Open Site** on the SharePoint Designer 2013 start page.
43+
1. Enter the SharePoint site that you want to connect to. For example, `https://www.contoso.com/sites/a-sharepoint-site`.
44+
1. Click **Open** to open the site.
45+
1. Enter your credentials, if prompted. (If security is not integrated with the computer you signed in on then you are prompted to enter your credentials.) Make sure to use credentials that have access to the SharePoint site.
9546

9647
## Create a List workflow based on the SharePoint Workflow platform
97-
<a name="section3"> </a>
9848

9949
SharePoint Designer 2013 can be used for many important tasks. The navigational pane is used to switch between different aspects of SharePoint Designer 2013. To create a new List workflow based on the SharePoint Workflow platform, follow these steps:
100-
101-
102-
10350

10451
### To create a workflow based on the SharePoint Workflow platform
10552

106-
10753
1. Click the Workflows node in the Navigation pane.
108-
109-
110-
2. Click the **List Workflow** drop-down in the **New** section of the ribbon, as shown in the figure.
111-
112-
113-
3. Select the list that you want to associate with the new workflow.
114-
115-
116-
4. On the **Create List Workflow** dialog box, enter a name and description for the workflow and then make sure that the **Platform Type** is set to **SharePoint 2013 Workflow**, as shown in the figure.
117-
54+
1. Click the **List Workflow** drop-down in the **New** section of the ribbon, as shown in the figure.
55+
1. Select the list that you want to associate with the new workflow.
56+
1. On the **Create List Workflow** dialog box, enter a name and description for the workflow and then make sure that the **Platform Type** is set to **SharePoint 2013 Workflow**, as shown in the figure.
57+
11858
> [!NOTE]
119-
> If you do not see SharePoint Workflow as an available platform type then Workflow Manager is not configured to work with the SharePoint farm. See [Configure Workflow Manager to work with the SharePoint Server 2013 Farm](https://technet.microsoft.com/library/jj658588.aspx#section5).
59+
> If you do not see SharePoint Workflow as an available platform type then Workflow Manager is not configured to work with the SharePoint farm. See [Configure Workflow Manager to work with the SharePoint Server 2013 Farm](https://technet.microsoft.com/library/jj658588.aspx#section5).
12060
121-
5. Click **OK** to create the workflow.
122-
123-
61+
1. Click **OK** to create the workflow.
12462

12563
**Figure: The ribbon button for creating a new list workflow**
12664

127-
128-
129-
130-
131-
132-
133-
13465
![SharePoint Designer 2013 - New List Workflow](../images/SPD15-install-connect-2.png)
135-
136-
137-
138-
139-
140-
141-
142-
143-
144-
145-
14666

14767
**Figure: Create List Workflow dialog box**
14868

149-
150-
151-
152-
153-
154-
155-
15669
![Workflow Creation Dialog](../images/SPD15-install-connect-3.png)
157-
158-
159-
160-
161-
162-
163-
164-
165-
166-
167-
168-
Now that the workflow is created, you can add Actions, Conditions, Stages, Steps, and Loops to build your workflow. These workflow components are available in the ribbon of SharePoint Designer 2013, as shown in the figure.
169-
170-
171-
17270

173-
**Figure: Workflow items for the SharePoint Workflow platform**
71+
Now that the workflow is created, you can add Actions, Conditions, Stages, Steps, and Loops to build your workflow. These workflow components are available in the ribbon of SharePoint Designer 2013, as shown in the figure.
17472

175-
176-
177-
73+
**Figure: Workflow items for the SharePoint Workflow platform**
17874

179-
180-
181-
18275
![Workflow items in the ribbon.](../images/SPD15-install-connect-4.png)
183-
76+
18477
> [!NOTE]
18578
> The previous procedure is used to create a List workflow. A Reusable workflow or Site workflow can be created using the same procedure with the following modification. Instead of selecting the List Workflow button in the ribbon select the **Reusable Workflow** or **Site Workflow** button when creating the workflow.
186-
187-
188-
18979
19080
To learn more about the available components of workflow development, see [Workflow actions quick reference (SharePoint Workflow platform)](workflow-actions-quick-reference-sharepoint-workflow-platform.md).
191-
192-
193-
19481

19582
## See also
196-
<a name="bk_addresources"> </a>
197-
198-
199-
- [What's new in workflow in SharePoint](https://msdn.microsoft.com/library/6ab8a28b-fa2f-4530-8b55-a7f663bf15ea.aspx)
200-
201-
202-
- [Getting started with SharePoint workflow](https://msdn.microsoft.com/library/cc73be76-a329-449f-90ab-86822b1c2ee8.aspx)
203-
204-
205-
- [Workflow development in SharePoint Designer and Visio](workflow-development-in-sharepoint-designer-and-visio.md)
206-
207-
208-
209-
210-
211-
21283

84+
- [What's new in workflow in SharePoint](https://msdn.microsoft.com/library/6ab8a28b-fa2f-4530-8b55-a7f663bf15ea.aspx)
85+
- [Getting started with SharePoint workflow](https://msdn.microsoft.com/library/cc73be76-a329-449f-90ab-86822b1c2ee8.aspx)
86+
- [Workflow development in SharePoint Designer and Visio](workflow-development-in-sharepoint-designer-and-visio.md)

0 commit comments

Comments
 (0)