Creating a workflow by using SharePoint Designer 2013 and the SharePoint Workflow platform

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

Caution

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.

Caution

SharePoint 2013 workflows are scheduled for retirement in April 2024. For more information, see: SharePoint 2013 workflow retirement.

Install SharePoint Designer 2013

SharePoint Designer 2013 is a free download. To download and install SharePoint Designer 2013 follow these steps:

To install SharePoint Designer 2013

  1. Open your web browser and navigate to the Microsoft Download Center: https://www.microsoft.com/download.
  2. Type SharePoint Designer 2013 in the search field.
  3. Click the link for "SharePoint Designer 2013".
  4. Read the overview, system requirements, and installation instructions. Make sure your system is compatible.
  5. Select your platform type: 64-bit ( x64) or 32-bit ( x86) as shown in the figure.
  6. Follow the instructions to install SharePoint Designer 2013.

Figure: SharePoint Designer 2013 download page

The SharePoint Designer 2013 Download page.

Open SharePoint Designer 2013 and connect to a SharePoint site

SharePoint Designer 2013 installs as an Office 2013 application. To open SharePoint Designer 2013 and connect to a SharePoint site follow these steps:

To open SharePoint Designer 2013 and connect to a SharePoint site

  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.
  2. Click Open Site on the SharePoint Designer 2013 start page.
  3. Enter the SharePoint site that you want to connect to. For example, https://www.contoso.com/sites/a-sharepoint-site.
  4. Click Open to open the site.
  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.

Create a List workflow based on the SharePoint Workflow platform

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:

To create a workflow based on the SharePoint Workflow platform

  1. Click the Workflows node in the Navigation pane.

  2. Click the List Workflow drop-down in the New section of the ribbon, as shown in the figure.

  3. Select the list that you want to associate with the new workflow.

  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.

    Note

    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.

  5. Click OK to create the workflow.

Figure: The ribbon button for creating a new list workflow

SharePoint Designer 2013 - New List Workflow

Figure: Create List Workflow dialog box

Workflow Creation Dialog

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.

Figure: Workflow items for the SharePoint Workflow platform

Workflow items in the ribbon.

Note

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.

To learn more about the available components of workflow development, see Workflow actions quick reference (SharePoint Workflow platform).

See also