Skip to content

Commit f26c09b

Browse files
committed
Address missing description metadata
1 parent 5b794e5 commit f26c09b

15 files changed

+18
-9
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Guidance - Migrate from classic workflows to Power Automate flows in SharePoint
3+
description: This article specifically provides guidance about how to plan for transitioning from classic SharePoint Workflows to Power Automate flows.
34
ms.date: 07/21/2020
4-
search.app:
5+
search.app:
56
- Flow
67
search.appverid: met150
78
---
@@ -54,9 +55,9 @@ To learn more about building workflows using Power Automate in SharePoint, start
5455
## Pain points in moving between classic workflows in SharePoint and Power Automate flows
5556

5657
Many people feel there are significant gaps between SharePoint Designer (classic) workflows and Power Automate flows, but the list is not long. Of course, there are some workarounds you should consider in your planning as you move from classic workflows to Power Automate flows.
57-
58+
5859
- **30 day run limit for flows** – SharePoint Designer workflows can run endlessly, but flows have a 30 day lifespan. Getting beyond this limitation means your flow will need to call itself in a re-entrant way to restart the clock ticking.
59-
- **HTTP Connector** – If you make calls to SharePoint's REST API, then you can use the ['Send HTTP Request to SharePoint'](../guidance/working-with-send-sp-http-request.md) action available in the SharePoint connector. Flow also has a generic HTTP connector (as an action), but it is a Premium connector. If you use HTTP calls extensively, you may want to create a “service account” user with a Power Automate license and run these flows with that user account. This also will make it easier to manage the set of flows you consider "enterprise" flows.
60+
- **HTTP Connector** – If you make calls to SharePoint's REST API, then you can use the ['Send HTTP Request to SharePoint'](../guidance/working-with-send-sp-http-request.md) action available in the SharePoint connector. Flow also has a generic HTTP connector (as an action), but it is a Premium connector. If you use HTTP calls extensively, you may want to create a “service account” user with a Power Automate license and run these flows with that user account. This also will make it easier to manage the set of flows you consider "enterprise" flows.
6061
- **Reusable Flows** – Using some modular thinking, you can create a master flow which a flow per list or library can call to do the heavy lifting. (In some ways this is even preferable, as you can edit a flow which is used in many locations centrally.) Alternatively, you can use flow actions to discover all of the lists or libraries which match some criteria and run the flow on them all on a timer rather than based on events.
6162
- **Workflow history storage** – Flows maintain a history in the context of the flow itself in the Power Automate dashboard. If you need tracking in your sites, you can have the flow log information in a list you create.
6263
- **Impersonation** - In SharePoint 2010 workflows, you can add an impersonation step to act as a different user. This capability is not readily available in flows.

docs/general-development/accessibility-in-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Accessibility in SharePoint
3+
description: Learn about the features, products, and services that make SharePoint accessible for people with disabilities, and find developer resources that can help you design and build apps and websites that support key accessibility scenarios.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: c9106d47-c523-49c1-b9f1-cdd7420abd5e

docs/general-development/changes-in-the-bdc-model-schema-for-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Changes in the BDC model schema for SharePoint
3+
description: Learn what has changed in SharePoint for the BDC model schema.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 882ea867-9acb-4313-99c9-865a523b72fd

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Common error messages in SharePoint workflow development
3+
description: A listing of common error messages that you might encounter while developing SharePoint workflows and guidance for solving the underlying problem.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: e9bf6878-c722-4b1f-b5b5-b302ae0ea4da

docs/general-development/how-to-use-the-subcode-property-to-capture-error-codes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Use the SubCode property to capture error codes
3+
description: Excel Services generates errors in the SOAP exception based on errors that occur in Excel Services. To make it easier for the developer to catch specific error conditions, an Excel Calculation Services alert has an associated error code.
34
ms.date: 09/25/2017
45
keywords: how to,howdoi,howto,subcode
56
f1_keywords:

docs/general-development/sharepoint-add-ins-compared-with-sharepoint-solutions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: SharePoint Add-ins compared with SharePoint solutions
3+
description: Learn about when to develop your SharePoint extension as a SharePoint Add-in and when to develop it as a SharePoint farm solution or a no-code sandboxed solution.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 0e9efadb-aaf2-4c0d-afd5-d6cf25c4e7a8

docs/general-development/site-collection-app-catalog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Use the site collection app catalog
3+
description: Using site collection app catalogs, SharePoint tenant administrators can decentralize the management and scope the deployment of SharePoint add-ins and SharePoint Framework solutions to specific sites.
34
ms.date: 09/07/2020
45
ms.prod: sharepoint
56
ms.assetid: fdf7ecb1-9951-475b-b058-3285fba77b68

docs/general-development/virtual-directories-in-sharepoint-solutions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Virtual directories in SharePoint solutions
3+
description: Learn about how changes in the virtual directory system affect how you create farm solutions in SharePoint.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: c26c4160-31be-4358-89cf-082b8a1e6a6c

docs/general-development/what-s-new-for-developers-in-social-and-collaboration-features-in-sharepoint-201.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: What's new for developers in social and collaboration features in SharePoint
3+
description: Learn about new and changed social and collaboration features for My Site and Community Site development scenarios in SharePoint.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 65365b1d-cde5-47cd-8b04-1b76be0e3490

docs/general-development/workflow-initiation-and-configuration-properties.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Workflow initiation and configuration properties
3+
description: See an overview of the initiation and association properties that SharePoint sets on workflows.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 7386bbf9-3ed6-4732-bcdb-b27baed7397e
@@ -13,8 +14,6 @@ See an overview of the initiation and association properties that SharePoint set
1314
> [!NOTE]
1415
> 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-
##
17-
1817
When you launch a workflow, SharePoint automatically sets a number of association and initiation properties that support the workflow. These are listed below. The set of properties that are set differs slightly depending whether it is a **site** workflows or a **list** workflow. These differences are identified in the lists.
1918

2019

0 commit comments

Comments
 (0)