StartWorkflow 方法
Starts a custom workflow or other custom external action.
命名空间: Microsoft.MasterDataServices.Workflow
程序集: Microsoft.MasterDataServices.Workflow(在 Microsoft.MasterDataServices.Workflow.dll 中)
语法
声明
Public Sub StartWorkflow ( _
workflowType As String, _
dataElement As XmlElement _
)
用法
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
)
参数
- workflowType
类型:System. . :: . .String
Specifies the name of the custom workflow or action.
- dataElement
类型:System.Xml. . :: . .XmlElement
Contains the XML element that describes the entity member that triggered the workflow or action.
实现
IWorkflowTypeExtenderStartWorkflow(String, XmlElement)