Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
.gif)