IStartWorkflow.StartWorkflow(Type, Dictionary<String,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the workflow of designated Type providing the running instance with a Dictionary that contains runtime parameters.
public:
Guid StartWorkflow(Type ^ workflowType, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ namedArgumentValues);
public Guid StartWorkflow (Type workflowType, System.Collections.Generic.Dictionary<string,object> namedArgumentValues);
abstract member StartWorkflow : Type * System.Collections.Generic.Dictionary<string, obj> -> Guid
Public Function StartWorkflow (workflowType As Type, namedArgumentValues As Dictionary(Of String, Object)) As Guid
Parameters
- namedArgumentValues
- Dictionary<String,Object>
A Dictionary that contains runtime parameters for the workflow.
Returns
The instance ID of the workflow that is started.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.