你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkflowTriggerHistories interface

Interface representing a WorkflowTriggerHistories.

Methods

beginResubmit(string, string, string, string, string, WorkflowTriggerHistoriesResubmitOptionalParams)

Resubmits a workflow run based on the trigger history.

beginResubmitAndWait(string, string, string, string, string, WorkflowTriggerHistoriesResubmitOptionalParams)

Resubmits a workflow run based on the trigger history.

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

Gets a workflow trigger history.

list(string, string, string, string, WorkflowTriggerHistoriesListOptionalParams)

Gets a list of workflow trigger histories.

Method Details

beginResubmit(string, string, string, string, string, WorkflowTriggerHistoriesResubmitOptionalParams)

Resubmits a workflow run based on the trigger history.

function beginResubmit(resourceGroupName: string, name: string, workflowName: string, triggerName: string, historyName: string, options?: WorkflowTriggerHistoriesResubmitOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Site 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<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginResubmitAndWait(string, string, string, string, string, WorkflowTriggerHistoriesResubmitOptionalParams)

Resubmits a workflow run based on the trigger history.

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

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Site 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>

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

Gets a workflow trigger history.

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

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Site 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, string, WorkflowTriggerHistoriesListOptionalParams)

Gets a list of workflow trigger histories.

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

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Site name.

workflowName

string

The workflow name.

triggerName

string

The workflow trigger name.

options
WorkflowTriggerHistoriesListOptionalParams

The options parameters.

Returns