Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.87 KB

sample-create-process-using-template.md

File metadata and controls

52 lines (36 loc) · 1.87 KB
title description ms.custom ms.date ms.reviewer ms.suite ms.tgt_pltfrm ms.topic applies_to ms.assetid caps.latest.revision author ms.author search.audienceType
Sample: Create a process using a template (Developer Guide for Dynamics 365 Customer Engagement (on-premises)) | MicrosoftDocs
This sample demonstrates how to create a workflow process using a template using the CreateWorkflowFromTemplateRequest
1/14/2020
pehecke
sample
Dynamics 365 Customer Engagement (on-premises)
5c7f045f-7b57-4e44-a99c-becefe533035
20
JimDaly
jdaly
developer

Sample: Create a process using a template

[!INCLUDEcc-sample-note]

Download the sample: Workflow.

Prerequisites

[!INCLUDEsdk-prerequisite]

Requirements

[!INCLUDEcc-how-to-run-PA-samples]

Consult the sample's README for additional information about the sample.

Demonstrates

The following code example demonstrates how to create a workflow process from a template using xref:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateRequest.

Example

CreateProcessFromTemplate.cs

See also

Sample Code for Processes
Sample: Execute a Workflow
Processes in Dynamics 365 Customer Engagement (on-premises)(formerly Workflows)
xref:Microsoft.Crm.Sdk.Messages.CreateWorkflowFromTemplateRequest

[!INCLUDEfooter-include]