Click here to Skip to main content
15,884,472 members
Articles / Programming Languages / C#

Create Parallel Task in State Machine Workflow in SharePoint 2010

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
17 Oct 2012CPOL1 min read 13.8K   3  
Create Parallel Task in State Machine Workflow in SharePoint 2010
<?xml version="1.0" encoding="utf-8"?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/" Description="My SharePoint Workflow Feature" Id="08e1f4db-87a9-4cab-bfad-6f30630028f5" Scope="Site" Title="stateWorkflow Feature1">
  <Properties>
    <Property Key="GloballyAvailable" Value="true" />
  </Properties>
  <ElementManifests>
    <ElementManifest Location="Workflow1\Elements.xml" />
  </ElementManifests>
</Feature>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions