|
|
|
|
|
|
| Persisting WF Workflows |
| Persisting a workflow means to store a workflow in a durable medium to be loaded for later use. Some workflows are executed very shortly that they don’t need to be persisted. However, some workflows are long-running and are not completed for some period of time. This article shows how a workflow is persisted to a database and how to load it to continue execution. |
| | By Michael Detras on Sunday, October 04, 2009 1:51:36 PM. |
| |
|
| WCF Workflow Services Using External Data Exchange |
| This article shows how to create a WCF service which makes use of a WF workflow library which contains the business logic code. One way to communicate with the workflow from the service operation is by using the external data exchange service. |
| | By Michael Detras on Sunday, September 13, 2009 9:09:06 AM. |
| |
|
| Notify Client Applications Using WCF Callbacks |
| This article shows how to use WCF Callbacks in a client-server scenario where the server notifies connected clients of any event, like changes in database records or message from a client that is broadcasted to other clients. |
| | By Michael Detras on Saturday, September 05, 2009 11:50:52 AM. |
| |
|
|
|
|
|