Welcome to MSDN Blogs Sign in | Join | Help

February 2008 - Posts

Setting Workflow Status to custom value

To set the Workflow status to a custom value add your custom Status values to workflow.xml under <MetaData>: <ExtendedStatusColumnValues> <StatusColumnValue>Rejected</StatusColumnValue> <StatusColumnValue>Failed Verification</StatusColumnValue>

Using Delay activity in WSS 3.0 custom Workflows (Lessons learned)

WF's DelayActivity is best suited for scenarios such as sending Reminders or if you want to force your WF to dehydrate for a batch update on Item's column(s), as you may know a .NET 3.0 hotfix or SP1 needs to be installed so that the Delay activity works.

Using different InfoPath forms for tasks in your custom workflow

When using InfoPath to design task forms we can easily use different forms for tasks being created by Workflow instance, all you have to do is to extend the workflow.xml setting by adding additional <Taskx_FormURN> child elements under <MetaData>
Posted by AMazaheri | 0 Comments
 
Page view tracker