WorkflowInstanceService.StartWorkflow 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.
public:
abstract Guid StartWorkflow(Microsoft::SharePoint::WorkflowServices::WorkflowSubscription ^ subscription, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ payload);
[Microsoft.SharePoint.Client.ClientCallableMethod]
public abstract Guid StartWorkflow (Microsoft.SharePoint.WorkflowServices.WorkflowSubscription subscription, System.Collections.Generic.IDictionary<string,object> payload);
abstract member StartWorkflow : Microsoft.SharePoint.WorkflowServices.WorkflowSubscription * System.Collections.Generic.IDictionary<string, obj> -> Guid
Public MustOverride Function StartWorkflow (subscription As WorkflowSubscription, payload As IDictionary(Of String, Object)) As Guid
Parameters
- subscription
- WorkflowSubscription
- payload
- IDictionary<String,Object>
Returns
- Attributes
-
ClientCallableMethodAttribute
Applies to
Comentários
Enviar e exibir comentários de