LogicAppClient.RunWorkflowTrigger(String, String, String) Method

Definition

Runs the workflow trigger

public void RunWorkflowTrigger (string resourceGroupName, string workflowName, string triggerName);
member this.RunWorkflowTrigger : string * string * string -> unit
Public Sub RunWorkflowTrigger (resourceGroupName As String, workflowName As String, triggerName As String)

Parameters

resourceGroupName
String

Name of the resource group

workflowName
String

Name of the workflow

triggerName
String

Name of the trigger

Applies to