Probably a silly question: I have a vs2010 project with workflows in a site scoped feature. When i deploy through visual studio the workflows are associated with lists. However when i deploy manually they don't. I'm guessing i have to associate through an event receiver or did i miss something?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
To associate a custom workflow to a list, you can use Features. Write a Feature Receiver and write code to associate the Workflow to the List. Here is sample code to associate a workflow : http://blogs.prexens.com/pages/post.aspx?ID=9 You can also use |
||||
|
|
|
if you setup workflow manually you should do these steps:
|
|||
|
|