Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Starts a custom type of workflow using the supplied data element.
Namespace: Microsoft.MasterDataServices.WorkflowTypeExtender
Assembly: Microsoft.MasterDataServices.WorkflowTypeExtender (in Microsoft.MasterDataServices.WorkflowTypeExtender.dll)
Syntax
'Declaration
Sub StartWorkflow ( _
workflowType As String, _
dataElement As XmlElement _
)
'Usage
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
)
Parameter
- workflowType
Typ: System.String
The name of the custom workflow type.
- dataElement
Typ: System.Xml.XmlElement
The XML element describing the entity member triggering the workflow.