Programatically creating a Site Workflow in SharePoint 2010?
- by Michael Stum
I'm trying to create a new Site Workflow, but not through SP Designer or Visual Studio.
Instead, I would need to create it entirely through code (The logic is customizable and dynamic - Initiation Forms or Conditionals won't help much).
Do I have to build the .xoml and .rules files by hand? Or is there an API for designing workflows?