.net - Programatically creating a Site Workflow in SharePoint 2010? -


I am trying to create a new site workflow, but not through SP Designer or Visual Studio.

Instead, I'll need to make it completely by code (the argument is customizable and dynamic - initial form or conditionals will not help too much).

Do I use .xml and .rules files to create it? Or is there an API to design workflows?

Not sure if you can not create a workflow through Visual Studio Do you mean that you do not want to use Visual Studio Designer, which is part of 2010? Or do you want to create a declarative workflow without code in 2010?

To allow for site workflows and more, there is an API for better workflow than 2010. More information is that the code behind the functionality of APIs generally requires certain types of functionality.

If you want, you can use the API to create a complete workflow in the code. Although in my experience this designer is very easy to use because it wires a lot of incidents and helps you track different IDs of your need.

If you want to XML code, then you can follow Microsoft defined XOML schema in 2010 by Visio and SharePoint Designer output files such as VS 2010 - I think the output format XOML Maybe, so that you can get started and you can modify yourself.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -