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.
- Show the use of multiple calls in one workflow. Can only be run as an application endpoint.
- Place a phone call to the application and it will answer with an IM (instant message) message, 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.
See the prerequisites list in Walkthrough: Debugging a Communications Workflow Application.
-
Create a debugging environment. For information about creating a debugging environment, see Establish Accounts on Office Communications Server.
In the UCMA v2.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.