Поделиться через


Метод 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