Communications Samples
The samples in this section demonstrate the different activities that are available for object communication between workflows and other objects.
In This Section
Correlated Local Service Sample
Demonstrates the use of correlation attributes with local services to raise correlated events to a workflow instance.
Demonstrates communication with the workflow host application using a local service.
Introduces the ListenActivity activity, which is a composite activity that blocks and waits for one of n child branches to occur. Each child branch is a sequence with a blocking activity as a first step. Exactly one of the branches of a Listen activity will execute.
Illustrates the use of queues to send data into a workflow.
State Machine Communication Sample
Demonstrates the use of communication activities in a state machine workflow.
Demonstrates how Web services can be invoked from the workflow and how a workflow can be published as a Web service.
See Also
Other Resources
Local Communication and Correlation Overview
Workflow and Application Communication
Technology Samples
© 2007 Microsoft Corporation. All rights reserved.