DocuSignClient.TriggerMaestroFlowAsync 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.
Start Docusign Maestro workflow
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.TriggerMaestroFlowResponse> TriggerMaestroFlowAsync(string account, string workflow, Azure.Connectors.Sdk.DocuSign.Models.MaestroInputVariables input, string instanceName, System.Threading.CancellationToken cancellationToken = default);
abstract member TriggerMaestroFlowAsync : string * string * Azure.Connectors.Sdk.DocuSign.Models.MaestroInputVariables * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.TriggerMaestroFlowResponse>
override this.TriggerMaestroFlowAsync : string * string * Azure.Connectors.Sdk.DocuSign.Models.MaestroInputVariables * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.TriggerMaestroFlowResponse>
Public Overridable Function TriggerMaestroFlowAsync (account As String, workflow As String, input As MaestroInputVariables, instanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TriggerMaestroFlowResponse)
Parameters
- account
- String
Account
- workflow
- String
workflow
- input
- MaestroInputVariables
The request body.
- instanceName
- String
instance Name
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Start Docusign Maestro workflow response.
Remarks
Start Docusign Maestro workflow