Showing posts with label Custom Workflow. Show all posts
Showing posts with label Custom Workflow. Show all posts

Sample Workflow Acitivity C# code

 Sample Workflow Acitivity C# code

The following sample workflow activity returns the next birthday. Use this in a workflow that sends a birthday greeting to a customer.

Tutorial: Create workflow extension

 

Tutorial: Create workflow extension

Goal

The example below will create a simple custom workflow activity that may be used in a workflow, dialog, or action process. More information: Configure workflow stages and steps

This custom workflow activity will match the following requirements:

  1. Accept an decimal input parameter
  2. Output a value equal to the input parameter plus 10.

Dynamics-365-Workflow-Tools

Dynamics-365-Workflow-Tools

https://github.com/demianrasko/Dynamics-365-Workflow-Tools/tree/e3892e1b8ba9fbe5683c31e68946a0528aca516b

This Solution includes one Assembly that contains Tools based on Workflow Activities. You must import this solution, to use it. It only contains the Workflow Assembly and the activities to be used in Workflows, so the import of this solution it will not affect any form, entity, view or navigation item.