Share via


WorkflowService Class

Definition

Retrieves the workflow related information from the server

public ref class WorkflowService : Microsoft::Uii::AifServices::AifServiceBase, Microsoft::Uii::AifServices::IWorkflowService
public class WorkflowService : Microsoft.Uii.AifServices.AifServiceBase, Microsoft.Uii.AifServices.IWorkflowService
type WorkflowService = class
    inherit AifServiceBase
    interface IWorkflowService
Public Class WorkflowService
Inherits AifServiceBase
Implements IWorkflowService
Inheritance
WorkflowService
Implements

Constructors

WorkflowService()

Initializes a new instance of the WorkflowService class.

Properties

CrmServiceClient

Gets the Crm Service Client Instance.

(Inherited from AifServiceBase)
OrganizationServiceProxy
Obsolete.

Gets the organization service proxy.

(Inherited from AifServiceBase)

Methods

GetWorkflowNames()

Retrives a list of available workflows.

GetWorkflowSteps(Guid)

Retrieves a list of workflow steps for a workflow.

Applies to