.Net & SharePoint '07

Technical blog for .Net and all SharePoint 2007 related Information

About the author

Me(Prince) and my wife are B.E in I.T & C.S.E respectively.  I a certified MCPD: Web from 2007 Dec. I am Intrestes in Web Application, MOSS, EPM, etc.
Now working with Deira International School, as IT Application & Help Manager. I have started my career as "Software Developer" @  REACH Sewn Technologies and Consulting Pvt. Ltd, Bangalore India from Oct 2004 to Feb 2006, then as "Web & Intranet Developer" @ Fosroc International Ltd, Dubai from April 2006 to Sep 2009.
You can catch me on mail@jpy-tech.com or mail@princepy.com. Or on 00971 - 50 - 4284530 

Google Translate

Tag cloud

Calendar

<<  May 2012  >>
MoTuWeThFrSaSu
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

View posts in large calendar

RecentComments

Comment RSS

Google Your Location


How to configure the workflow.xml for Visual Studio 2008 SharePoint Sequential WorkFlow

your worl flow "workflow.xml" will be like

<?xml version="1.0" encoding="utf-8" ?>
<!--
Customize the text in square brackets. Remove brackets when filling in, e.g. Name="[NAME]" ==> Name="MyWorkflow" -->

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<
Workflow
              Name="MyWorkFlow"
              Description="My SharePoint Workflow"
              Id="1bf02df9-e620-4dce-8fe1-962b95427758"
              CodeBesideClass="SharePointWorkflow1vhf.Workflow1"
              CodeBesideAssembly="SharePointWorkflow1vhf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c6263581358eeda6"
>
              <
Categories
/>
              <
MetaData
>
                            <!--
Tags to specify InfoPath forms for the workflow; delete tags for forms that you do not have
-->
                            <!--
<Association_FormURN>[URN FOR ASSOCIATION FORM]</Association_FormURN> -->
                            <!-- <Instantiation_FormURN>[URN FOR INSTANTIATION FORM]</Instantiation_FormURN> -->
                            <!-- <Task0_FormURN>[URN FOR TASK (type 0) FORM]</Task0_FormURN> -->
                            <!-- <Task1_FormURN>[URN FOR TASK (type 1) FORM]</Task1_FormURN>
-->
                            <!--
Modification forms: create a unique guid for each modification form
-->
                            <!--
<Modification_[UNIQUE GUID]_FormURN>[URN FOR MODIFICATION FORM]</Modification_[UNIQUE GUID]_FormURN> -->
                            <!--<Modification_[UNIQUE GUID]_Name>[NAME OF MODIFICATION TO BE DISPLAYED AS A LINK ON WORKFLOW STATUS PAGE</Modification_[UNIQUE GUID]_Name> -->
                            <StatusPageUrl>_layouts/WrkStat.aspx</StatusPageUrl
>
              </
MetaData
>
</Workflow
>
</
Elements>

You Need to change that as  exceptionally

               CodeBesideAssembly="MyWorkFlow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c6263581358eeda6">
              <
Categories/>

to 

               CodeBesideAssembly="MyWorkFlow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c6263581358eeda6"
               TaskListContentTypeId="0x01080100C9C9515DE4E24001905074F980F93160"
               ModificationUrl="_layouts/ModWrkflIP.aspx
"
               InstantiationUrl="_layouts/IniWrkflIP.aspx"
>
               <
Categories/>


Posted by admin on Sunday, September 21, 2008 4:45 PM
Permalink | Comments (0) | Post RSSRSS comment feed