Share via


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 네임스페이스