LogicAppClient.GetWorkflowTriggerHistory 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.
Gets the workflow history by name
public Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory GetWorkflowTriggerHistory (string resourceGroupName, string workflowName, string triggerName, string historyName);
member this.GetWorkflowTriggerHistory : string * string * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory
Public Function GetWorkflowTriggerHistory (resourceGroupName As String, workflowName As String, triggerName As String, historyName As String) As WorkflowTriggerHistory
Parameters
- resourceGroupName
- String
Name of the resource group
- workflowName
- String
Name of the workflow
- triggerName
- String
Name of the trigger
- historyName
- String
Name of the trigger history
Returns
Workflow history