LogicAppClient.CancelWorkflowRun(String, String, String) 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.
Cancels the logic app run.
public void CancelWorkflowRun (string resourceGroupName, string workflowName, string runName);
member this.CancelWorkflowRun : string * string * string -> unit
Public Sub CancelWorkflowRun (resourceGroupName As String, workflowName As String, runName As String)
Parameters
- resourceGroupName
- String
Name of the resource group
- workflowName
- String
Name of the workflow
- runName
- String
Workflow run name