Browse by Tags

How to choose your WorkFlow Model
Monday, August 18, 2008 4:08 AM
Different applications require different execution models. Some programs are quick to execute, while others may take weeks or months. Some programs have very specific steps for execution with little or no room for deviation from its set path; other programs are more flexible, reacting to user actions to make decisions, changing execution paths depending on context... Read More...
When to use workflow
Monday, May 26, 2008 3:15 AM
This article makes it a bit more clearer on when to use BizTalk vs using Workflow Foundation: http://msdn.microsoft.com/en-us/library/cc303238.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Workflow to BizTalk Wizard
Tuesday, April 29, 2008 2:55 AM
John Flanders' workflow to BizTalk wizard can be found for download here: http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,cd6db0a1-0ad3-48f8-84a7-0121e141ed81.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
VirtualService for ESB
Wednesday, April 09, 2008 3:06 AM
The Microsoft recently released a version of the .NetFX 3.5 where introduced a new context driven service model called as WorkflowService. This model is based on Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) technologies. It represents a logical model of the connectivity to expose a workflow. The service operation in the workflow... Read More...