GetWorkflowCalls Method

Returns an array of calls for a particular workflow ID.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Function GetWorkflowCalls ( _
    workflowId As Guid _
) As Call()
public Call[] GetWorkflowCalls(
    Guid workflowId
)
public:
array<Call^>^ GetWorkflowCalls(
    Guid workflowId
)
function getWorkflowCalls(workflowId);

Parameters

  • workflowId
    Type: Guid
    Workflow instance ID.

Return Value

List of calls.

Exceptions

Exception Condition
InvalidOperationException Thrown if the workflow instance ID is Guid.Empty.
InvalidOperationException Thrown if the queue is empty.
InvalidOperationException Thrown if it is a middle of shutdown.

See Also

CommunicationsWorkflowRuntimeService Class

Microsoft.Rtc.Workflow.Activities Namespace