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
void StartWorkflow(
string workflowType,
XmlElement dataElement
)
void StartWorkflow(
String^ workflowType,
XmlElement^ dataElement
)
abstract StartWorkflow :
workflowType:string *
dataElement:XmlElement -> unit
Sub StartWorkflow (
workflowType As String,
dataElement As XmlElement
)
Parameters
workflowType
Type: System.StringThe name of the custom workflow type.
dataElement
Type: System.Xml.XmlElementThe XML element describing the entity member triggering the workflow.
See Also
IWorkflowTypeExtender Interface
Microsoft.MasterDataServices.WorkflowTypeExtender Namespace
Return to top