You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
iworkflowinstanceextension
About this tag
The iworkflowinstanceextension tag covers content related to the IWorkflowInstanceExtension interface in Windows Workflow Foundation (WF4). This interface is used to create custom workflow extensions that enable activities to safely handle CLR events and callbacks. The tagged content demonstrates how to implement IWorkflowInstanceExtension to build an activity that integrates with external event sources, extending the capabilities of WF4 workflows. This is relevant for developers working with .NET workflow applications who need to manage event-driven interactions within their workflow instances.
Suppose you want to create a workflow that needs to wait on a CLR event or callback. In this episode I'll show you how to create an Activity and a Workflow Extension that implements IWorkflowInstanceExtension to create an activity that can safely deal with CLR events.
Ron Jacobs
blog...