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
'Declaration
Public Interface IWorkflowTypeExtender
'Usage
Dim instance As IWorkflowTypeExtender
public interface IWorkflowTypeExtender
public interface class IWorkflowTypeExtender
type IWorkflowTypeExtender = interface end
public interface IWorkflowTypeExtender
The IWorkflowTypeExtender type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
StartWorkflow | Starts a custom type of workflow using the supplied data element. |
Top