Programatically creating a Site Workflow in SharePoint 2010?
Posted
by Michael Stum
on Stack Overflow
See other posts from Stack Overflow
or by Michael Stum
Published on 2010-06-16T00:15:55Z
Indexed on
2010/06/16
0:22 UTC
Read the original article
Hit count: 485
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?
© Stack Overflow or respective owner