Источник:
https://blogs.msdn.microsoft.com/mfp...tom-work-type/
==============
Custom work types allow you easily to implement simple confirmation steps in any flow. To create new custom work type follow these steps: Create a new class implementing the WhsIWorkTypeCustomProcessor interface Decorate your class with the WhsWorkTypeCustomProcessorFactoryAttribute using the name for the custom work type as parameter. Naming considerations for the work type name: –...
==============
Источник:
https://blogs.msdn.microsoft.com/mfp...tom-work-type/