SharePoint: Using classes for workflow association data

I am using workflow with association form in one of my current SharePoint projects. When workflow is added to list there are some parameters that user must insert. Workflow instances are able to persist association data and to be more flexible the association data is saved as XML string. But in the code it is more convenient to use object instead of XML strings. I will show you how I solved the situation.

This is the class I want to use to keep association data.

 

NB! This blog is moved to gunnarpeipman.com

Click here to go to article

No Comments