May 18, 2008
I've repeatedly stated that there are certain areas of the SharePoint 2007 stack that are not true Enterprise level features. Workflow is one of them and various other bloggers and reports have stated this, my research links are a testimony to this.
I believe Microsoft have confused the SharePoint community by giving two options with SharePoint Designer (SPD) Workflows and Visual Studio (VS)
more...
October 6, 2006
I
was experimenting with Persistance and created some workflow instances
and unloaded them. these appeared in my database with appropriate
Guid's. I then closed the application and reopened it and returned the
State of the workflow fine using: StateMachineWorkflowInstance stateMachineWorkflowInstance = new StateMachineWorkflowInstance(w
more...
October 5, 2006
I've been investigating the Windows Workflow Platform for the last two weeks and have really been pushing it to it's limits with regards to custom State Workflows and persisting it to the database. Great introduction article on State Machines in Windows Workflow and this one on the Base Activity's and this on switching on SQL Persistance. We've been looking into the migration of existing instance
more...