Méthode StartWorkflow
Starts a custom workflow or other custom external action.
Espace de noms : Microsoft.MasterDataServices.Workflow
Assembly : Microsoft.MasterDataServices.Workflow (en Microsoft.MasterDataServices.Workflow.dll)
Syntaxe
'Déclaration
Public Sub StartWorkflow ( _
workflowType As String, _
dataElement As XmlElement _
)
'Utilisation
Dim instance As WorkflowTypeTest
Dim workflowType As String
Dim dataElement As XmlElement
instance.StartWorkflow(workflowType, _
dataElement)
public void StartWorkflow(
string workflowType,
XmlElement dataElement
)
public:
virtual void StartWorkflow(
String^ workflowType,
XmlElement^ dataElement
) sealed
abstract StartWorkflow :
workflowType:string *
dataElement:XmlElement -> unit
override StartWorkflow :
workflowType:string *
dataElement:XmlElement -> unit
public final function StartWorkflow(
workflowType : String,
dataElement : XmlElement
)
Paramètres
- workflowType
Type : System. . :: . .String
Specifies the name of the custom workflow or action.
- dataElement
Type : System.Xml. . :: . .XmlElement
Contains the XML element that describes the entity member that triggered the workflow or action.
Implémente
IWorkflowTypeExtenderStartWorkflow(String, XmlElement)