Skip to content

Commit 2c8d234

Browse files
authored
Added download link
1 parent f8c4ba2 commit 2c8d234

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powerapps-docs/developer/common-data-service/org-service/samples/workflow-operations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ search.app:
1919

2020
This sample demonstrates how to perform a number of workflow operations such as create, delete, activate, set state , and more.
2121

22+
Download the sample: [Workflow](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/Workflow)
23+
2224
## How to run this sample
2325

2426
See [How to run samples](https://github.com/microsoft/PowerApps-Samples/blob/master/cds/README.md) for general information about how to run this sample.
@@ -54,4 +56,4 @@ The main demonstration code for each sample is found in the `Demonstrate` region
5456

5557
The `DeleteRequiredRecords()` method displays an option in the console window to delete any records created by the sample(s).
5658

57-
The deletion is optional in case you want to examine the entity instances (records) created by the sample(s). Typically, you would not respond to the delete prompt in the console window until after you view the new organization records in your browser. You can manually delete the created records any time after the program terminates to achieve the same result.
59+
The deletion is optional in case you want to examine the entity instances (records) created by the sample(s). Typically, you would not respond to the delete prompt in the console window until after you view the new organization records in your browser. You can manually delete the created records any time after the program terminates to achieve the same result.

0 commit comments

Comments
 (0)