WorkflowRunActionRepetitionsRequestHistories interface
Interface representing a WorkflowRunActionRepetitionsRequestHistories.
Methods
get(string, string, string, string, string, string, Workflow |
Gets a workflow run repetition request history. |
list(string, string, string, string, string, Workflow |
List a workflow run repetition request history. |
Method Details
get(string, string, string, string, string, string, WorkflowRunActionRepetitionsRequestHistoriesGetOptionalParams)
Gets a workflow run repetition request history.
function get(resourceGroupName: string, workflowName: string, runName: string, actionName: string, repetitionName: string, requestHistoryName: string, options?: WorkflowRunActionRepetitionsRequestHistoriesGetOptionalParams): Promise<RequestHistory>
Parameters
- resourceGroupName
-
string
The resource group name.
- workflowName
-
string
The workflow name.
- runName
-
string
The workflow run name.
- actionName
-
string
The workflow action name.
- repetitionName
-
string
The workflow repetition.
- requestHistoryName
-
string
The request history name.
The options parameters.
Returns
Promise<RequestHistory>
list(string, string, string, string, string, WorkflowRunActionRepetitionsRequestHistoriesListOptionalParams)
List a workflow run repetition request history.
function list(resourceGroupName: string, workflowName: string, runName: string, actionName: string, repetitionName: string, options?: WorkflowRunActionRepetitionsRequestHistoriesListOptionalParams): PagedAsyncIterableIterator<RequestHistory, RequestHistory[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- workflowName
-
string
The workflow name.
- runName
-
string
The workflow run name.
- actionName
-
string
The workflow action name.
- repetitionName
-
string
The workflow repetition.
The options parameters.