Share via


IWorkflowTypeExtender.StartWorkflow Método

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

Espacio de nombres:  Microsoft.MasterDataServices.WorkflowTypeExtender
Ensamblado:  Microsoft.MasterDataServices.WorkflowTypeExtender (en Microsoft.MasterDataServices.WorkflowTypeExtender.dll)

Sintaxis

'Declaración
Sub StartWorkflow ( _
    workflowType As String, _
    dataElement As XmlElement _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

IWorkflowTypeExtender Interfaz

Espacio de nombres Microsoft.MasterDataServices.WorkflowTypeExtender