I’ve added two new worfklow activities, Convert Folder and Convert Library, to the SP2010 Word Automation project on CodePlex.
Because you can’t associate workflows created with SharePoint designer to libraries or folders, these actions won’t use the current item from the context, so you need to specify the input and output library or folder by url. To use the activities you can run the workflow on a other item or document. The activities locate the libraries or folders relative to the current web, so you don’t have to specify a full url:
You can download the latest release and source code from the CodePlex project site
Related posts:








2 Comments
thanks for the solution.. but
when i deploy from visual studio and try to add workflow action in the designer (there are in the list after solution deployed) – but NOTHING happens. NO Action appears in the workflow designers SCREEN.
The worst thing is that… IT WORKED TWO DAY AGO! And now it does not (
Did you ever come into collision with such “bug”? what can be wrong?
I’ve haven’t encountered this problem before, but the code wasn’t thoroughly tested.
Could be issues in the SP2010 or SharePoint Designer beta.