Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Starts a custom type of workflow using the supplied data element.
Spazio dei nomi Microsoft.MasterDataServices.WorkflowTypeExtender
Assembly: Microsoft.MasterDataServices.WorkflowTypeExtender (in Microsoft.MasterDataServices.WorkflowTypeExtender.dll)
Sintassi
'Dichiarazione
Sub StartWorkflow ( _
workflowType As String, _
dataElement As XmlElement _
)
'Utilizzo
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
)
Parametri
- 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.
Vedere anche
Riferimento
IWorkflowTypeExtender Interfaccia
Spazio dei nomi Microsoft.MasterDataServices.WorkflowTypeExtender