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.
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.
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:
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.