Skip to content

Commit cbdeba0

Browse files
authored
Merge pull request #1698 from MicrosoftDocs/pehecke-workflow-activities-migration
Workflow activities content migration
2 parents dcdaf7c + 76826d6 commit cbdeba0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powerapps-docs/developer/common-data-service/workflow/workflow-extensions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: "Workflow Extensions (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "You can extend the options available within the designer for workflows. These extensions are added by adding an assembly that contains a class the extends the CodeActivity class. These extensions are commonly called workflow assemblies or workflow activities." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 05/25/2019
6-
ms.reviewer: ""
5+
ms.date: 06/12/2019
6+
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
99
author: "JimDaly" # GitHub ID
@@ -25,6 +25,8 @@ You can use these custom extensions within the designer used for workflows, cust
2525
> Whenever possible, you should first consider applying one of the several declarative options to define business logic. More information: [Apply business logic in Common Data Service](../../../maker/common-data-service/cds-processes.md)<br/><br/>
2626
> Use workflow extensions when a declarative process doesn’t meet your requirement.
2727
28+
This content is for Common Data Service workflow assemblies and applies for Dynamics 365 Customer Engagement (online) applications as well. Options for on-premises deployments are described here: [On-premises options](/dynamics365/customer-engagement/developer/custom-workflow-activities-workflow-assemblies#on-premises-options).
29+
2830
## When to create a workflow extension
2931

3032
If you don’t find the functionality you require using the default process activities, you can add custom activities so that they are available in the editor used to compose workflow, dialog, and action processes.

0 commit comments

Comments
 (0)