IWorkflowTypeExtender Interface

 

Defines the interface for a workflow type extender, allowing custom workflow types to be started.

Namespace:   Microsoft.MasterDataServices.WorkflowTypeExtender
Assembly:  Microsoft.MasterDataServices.WorkflowTypeExtender (in Microsoft.MasterDataServices.WorkflowTypeExtender.dll)

Syntax

public interface IWorkflowTypeExtender
public interface class IWorkflowTypeExtender
type IWorkflowTypeExtender = interface end
Public Interface IWorkflowTypeExtender

Methods

Name Description
System_CAPS_pubmethod StartWorkflow(String, XmlElement)

Starts a custom type of workflow using the supplied data element.

See Also

Microsoft.MasterDataServices.WorkflowTypeExtender Namespace

Return to top