Sharepoint 2010 start workflow programmatically error
- by user522429
I have a workflow associated with a content type. I try to kick it off from code from within the event receiver on the same content type, so when an item is updated, if there is a certain condition (status = ready for review) I start it.
//This line does find the workflow association
var assoc = properties.Web.ContentTypes["Experiment Document…