WorkflowTypeTest.StartWorkflow Method (String, XmlElement)

 

Starts a custom workflow or other custom external action.

Namespace:   Microsoft.MasterDataServices.Workflow
Assembly:  Microsoft.MasterDataServices.Workflow (in Microsoft.MasterDataServices.Workflow.dll)

Syntax

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 Sub StartWorkflow (
    workflowType As String,
    dataElement As XmlElement
)

Parameters

  • 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.

Implements

IWorkflowTypeExtender.StartWorkflow(String, XmlElement)

See Also

WorkflowTypeTest Class
Microsoft.MasterDataServices.Workflow Namespace

Return to top