提供されたデータ要素を使用して、カスタムのワークフローの種類を開始します。
名前空間: Microsoft.MasterDataServices.WorkflowTypeExtender
アセンブリ: Microsoft.MasterDataServices.WorkflowTypeExtender (Microsoft.MasterDataServices.WorkflowTypeExtender.dll)
構文
'宣言
Sub StartWorkflow ( _
workflowType As String, _
dataElement As XmlElement _
)
'使用
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
)
パラメーター
- workflowType
型: System.String
カスタムのワークフローの種類の名前です。
- dataElement
型: System.Xml.XmlElement
ワークフローをトリガーするエンティティ メンバーを記述する XML 要素です。