Hosting a Workflow in a Local Executable using Workflow Services Part III
keydet
Apr 17, 2008 at 3:22 PM
keydet
|
4,708 views
When the Windows Workflow Foundation (WF) was first introduced in the .NET Framework 3.0, the only way to host a workflow in a client application was to use the
WorkflowRuntime class programmatically, start the runtime, and create/start an instance of a workflow. Furthermore, if you…