WorkflowTriggerHistories interface

Interface representing a WorkflowTriggerHistories.

Methods

get(string, string, string, string, WorkflowTriggerHistoriesGetOptionalParams)

Gets a workflow trigger history.

list(string, string, string, WorkflowTriggerHistoriesListOptionalParams)

Gets a list of workflow trigger histories.

resubmit(string, string, string, string, WorkflowTriggerHistoriesResubmitOptionalParams)

Resubmits a workflow run based on the trigger history.

Method Details

get(string, string, string, string, WorkflowTriggerHistoriesGetOptionalParams)

Gets a workflow trigger history.

function get(resourceGroupName: string, workflowName: string, triggerName: string, historyName: string, options?: WorkflowTriggerHistoriesGetOptionalParams): Promise<WorkflowTriggerHistory>

Parameters

resourceGroupName

string

The resource group name.

workflowName

string

The workflow name.

triggerName

string

The workflow trigger name.

historyName

string

The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

options
WorkflowTriggerHistoriesGetOptionalParams

The options parameters.

Returns

list(string, string, string, WorkflowTriggerHistoriesListOptionalParams)

Gets a list of workflow trigger histories.

function list(resourceGroupName: string, workflowName: string, triggerName: string, options?: WorkflowTriggerHistoriesListOptionalParams): PagedAsyncIterableIterator<WorkflowTriggerHistory, WorkflowTriggerHistory[], PageSettings>

Parameters

resourceGroupName

string

The resource group name.

workflowName

string

The workflow name.

triggerName

string

The workflow trigger name.

options
WorkflowTriggerHistoriesListOptionalParams

The options parameters.

Returns

resubmit(string, string, string, string, WorkflowTriggerHistoriesResubmitOptionalParams)

Resubmits a workflow run based on the trigger history.

function resubmit(resourceGroupName: string, workflowName: string, triggerName: string, historyName: string, options?: WorkflowTriggerHistoriesResubmitOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The resource group name.

workflowName

string

The workflow name.

triggerName

string

The workflow trigger name.

historyName

string

The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

options
WorkflowTriggerHistoriesResubmitOptionalParams

The options parameters.

Returns

Promise<void>