CWorkflowSummary Class

The CWorkflowSummary class stores the workflow process instance summary. This class is returned from the method CRMProcessController::RetrieveProcessInstancesSummary.

System.Object
   CWorkflowSummary

[Visual Basic .NET]
Public Class CWorkflowSummary
   Inherits System.Object
[C#]
public class CWorkflowSummary: System.Object
[C++]
public __gc class CWorkflowSummary: public System.Object

The CWorkflowSummary class exposes the following integer fields.

Constructor Description
CWorkflowSummary The constructor for the class.
Field Description
Count The number of process instances with the specified ObjectType and StateCode.
ObjectType Specifies the object type. The value of this field is from the Microsoft.Crm.Platform.Types.ObjectType class.
StateCode Specifies the state code. The value of this field is from the WORKFLOW_PROCESS_INSTANCE_STATE class.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.