[WF4]Using WF4 Customized Extension

17. August 2010
Here is a simple WF4 extension:    public class SimpleExtension : IWorkflowInstanceExtens... [More]

WF4

[WF4]Long Running WF4 Host

17. August 2010
In WF3, when a workflow is delayed and persisted in persistence store, after the timer expired, work... [More]

WF4

[WF4]Authoring WF4 using imperative code(II)

13. July 2010
Half a year ago, I demonstrated authoring workflow using imperative code . Today I want to talk... [More]

WF4 , ,

[WF4]Use CompensableActivity In Code

11. July 2010
Workflow: Host: Result: Remarks: If there are not exception captured, CompensationHandler ... [More]

WF4

[WF4]Inspect Workflows

10. June 2010
To inspect the Workflow tree, we can use WorkflowInspectServices: /// <summary> /// Use ... [More]

WF4