Interface IWorkflowTypeExtender
Defines the interface for a workflow type extender, allowing custom workflow types to be started.
Namespace: Microsoft.MasterDataServices.WorkflowTypeExtender
Assembly: Microsoft.MasterDataServices.WorkflowTypeExtender (em Microsoft.MasterDataServices.WorkflowTypeExtender.dll)
Sintaxe
'Declaração
Public Interface IWorkflowTypeExtender
'Uso
Dim instance As IWorkflowTypeExtender
public interface IWorkflowTypeExtender
public interface class IWorkflowTypeExtender
type IWorkflowTypeExtender = interface end
public interface IWorkflowTypeExtender
O tipo IWorkflowTypeExtender expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
StartWorkflow | Starts a custom type of workflow using the supplied data element. |
Início