WorkflowService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |