IWorkflowTypeExtender.StartWorkflow 方法

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

命名空间:  Microsoft.MasterDataServices.WorkflowTypeExtender
程序集:  Microsoft.MasterDataServices.WorkflowTypeExtender(在 Microsoft.MasterDataServices.WorkflowTypeExtender.dll 中)

语法

声明
Sub StartWorkflow ( _
    workflowType As String, _
    dataElement As XmlElement _
)
用法
Dim instance As IWorkflowTypeExtender 
Dim workflowType As String 
Dim dataElement As XmlElement

instance.StartWorkflow(workflowType, _
    dataElement)
void StartWorkflow(
    string workflowType,
    XmlElement dataElement
)
void StartWorkflow(
    String^ workflowType, 
    XmlElement^ dataElement
)
abstract StartWorkflow : 
        workflowType:string * 
        dataElement:XmlElement -> unit
function StartWorkflow(
    workflowType : String, 
    dataElement : XmlElement
)

参数

  • workflowType
    类型:System.String
    The name of the custom workflow type.
  • dataElement
    类型:System.Xml.XmlElement
    The XML element describing the entity member triggering the workflow.

请参阅

参考

IWorkflowTypeExtender 接口

Microsoft.MasterDataServices.WorkflowTypeExtender 命名空间