MultipleCallsInAWorkflow (Communications Workflow Sample)
This sample speech workflow application demonstrates the concept of using the CommunicationsSequenceActivity activity to establish call contexts, and how nested CommunicationsSequenceActivity activities with different call bindings are used to switch call contexts within a workflow.
Featured Highlights
Show the use of multiple calls in one workflow. This sample can only be run as an application endpoint.
Place a phone call to the application and it will answer with an instant message (IM), creating two calls (phone call and an IM call) in one workflow.
Send an IM to the application and it will answer with a phone call, again creating two calls (phone call and an IM call) in one workflow.
Prerequisites
See the prerequisites list in Walkthrough: Debugging a Communications Workflow Application.
Running the Sample
To build and debug the sample application
Create a debugging environment. For information about creating a debugging environment, see Provision and Deploy a UCMA Workflow Application.
In the %ProgramFiles%\Lync Server 2010\UCMA v3.0 SDK\Samples\Workflow directory, open MultipleCallsInAWorkflow.
Debug the MultipleCallsInAWorkflow speech workflow application. For information about debugging this application, see Walkthrough: Debugging a Communications Workflow Application.
See Also
Other Resources
Unified Communications Managed API 3.0 Workflow SDK Documentation