Workflow Run Action Repetitions - List

Get all of a workflow run action repetitions.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions?api-version=2023-12-01

URI Parameters

Name In Required Type Description
actionName
path True

string

The workflow action name.

name
path True

string

Site name.

resourceGroupName
path True

string

Name of the resource group to which the resource belongs.

Regex pattern: ^[-\w\._\(\)]+[^\.]$

runName
path True

string

The workflow run name.

subscriptionId
path True

string

Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

workflowName
path True

string

The workflow name.

api-version
query True

string

API Version

Responses

Name Type Description
200 OK

WorkflowRunActionRepetitionDefinitionCollection

OK

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

List repetitions

Sample Request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/sites/test-name/hostruntime/runtime/webhooks/workflow/api/management/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions?api-version=2023-12-01

Sample Response

{
  "value": [
    {
      "properties": {
        "repetitionIndexes": [
          {
            "scopeName": "For_each",
            "itemIndex": 0
          }
        ],
        "trackingId": "0d8152bb-e198-44a9-bde8-5138eea16dd4",
        "inputsLink": {
          "uri": "https://test-site.azurewebsites.net:443/runtime/webhooks/workflow/scaleUnits/prod-00/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000000/contents/ActionInputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000000%2Fcontents%2FActionInputs%2Fread&sv=1.0&sig=vw4BDdYp4Ap5RXdM7tY_wl9C38DeAHfnixLBEOpideA",
          "contentVersion": "8q1zMKS5ZyHBrPF+qF1xXw==",
          "contentSize": 8,
          "contentHash": {
            "algorithm": "md5",
            "value": "8q1zMKS5ZyHBrPF+qF1xXw=="
          }
        },
        "outputsLink": {
          "uri": "https://test-site.azurewebsites.net:443/runtime/webhooks/workflow/scaleUnits/prod-00/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000000/contents/ActionOutputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000000%2Fcontents%2FActionOutputs%2Fread&sv=1.0&sig=y8Wq7jbu85tmlMo_1zpRyqNJuoCaQCFQtZ3bgSovLY0",
          "contentVersion": "8q1zMKS5ZyHBrPF+qF1xXw==",
          "contentSize": 8,
          "contentHash": {
            "algorithm": "md5",
            "value": "8q1zMKS5ZyHBrPF+qF1xXw=="
          }
        },
        "startTime": "2018-04-18T17:05:57.217991Z",
        "endTime": "2018-04-18T17:05:57.2264835Z",
        "correlation": {
          "actionTrackingId": "0d8152bb-e198-44a9-bde8-5138eea16dd4",
          "clientTrackingId": "08586775357427610445444523191"
        },
        "status": "Succeeded",
        "code": "OK"
      },
      "id": "/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000000",
      "name": "000000",
      "type": "/workflows/runs/actions/repetitions"
    },
    {
      "properties": {
        "repetitionIndexes": [
          {
            "scopeName": "For_each",
            "itemIndex": 1
          }
        ],
        "trackingId": "f84f23eb-b331-4772-9f39-cc307fa83bc3",
        "inputsLink": {
          "uri": "https://test-site.azurewebsites.net:443/runtime/webhooks/workflow/scaleUnits/prod-00/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionInputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionInputs%2Fread&sv=1.0&sig=dLmnt50joimEMK4k9rR6njHQh94iSFJ9rrDxFbkEg5M",
          "contentVersion": "OA3i83YHGYVch+N8BQJIRQ==",
          "contentSize": 6,
          "contentHash": {
            "algorithm": "md5",
            "value": "OA3i83YHGYVch+N8BQJIRQ=="
          }
        },
        "outputsLink": {
          "uri": "https://test-site.azurewebsites.net:443/runtime/webhooks/workflow/scaleUnits/prod-00/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionOutputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionOutputs%2Fread&sv=1.0&sig=B3-X5sqIAv1Lb31GOD34ZgIRUXGuiM2QllWiNwXFYAw",
          "contentVersion": "OA3i83YHGYVch+N8BQJIRQ==",
          "contentSize": 6,
          "contentHash": {
            "algorithm": "md5",
            "value": "OA3i83YHGYVch+N8BQJIRQ=="
          }
        },
        "startTime": "2018-04-18T17:05:57.0929911Z",
        "endTime": "2018-04-18T17:05:57.1015421Z",
        "correlation": {
          "actionTrackingId": "f84f23eb-b331-4772-9f39-cc307fa83bc3",
          "clientTrackingId": "08586775357427610445444523191"
        },
        "status": "Succeeded",
        "code": "OK"
      },
      "id": "/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000001",
      "name": "000001",
      "type": "/workflows/runs/actions/repetitions"
    }
  ]
}

Definitions

Name Description
ContentHash

The content hash.

ContentLink

The content link.

ErrorProperties

Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.

ErrorResponse

Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.

Object
RepetitionIndex

The workflow run action repetition index.

RetryHistory

The retry history.

RunActionCorrelation

The workflow run action correlation properties.

WorkflowRunActionRepetitionDefinition

The workflow run action repetition definition.

WorkflowRunActionRepetitionDefinitionCollection

A collection of workflow run action repetitions.

WorkflowStatus

The workflow status.

ContentHash

The content hash.

Name Type Description
algorithm

string

The algorithm of the content hash.

value

string

The value of the content hash.

The content link.

Name Type Description
contentHash

ContentHash

The content hash.

contentSize

integer

The content size.

contentVersion

string

The content version.

metadata

Object

The metadata.

uri

string

The content link URI.

ErrorProperties

Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.

Name Type Description
code

string

Error code.

message

string

Error message indicating why the operation failed.

ErrorResponse

Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.

Name Type Description
error

ErrorProperties

The error properties.

Object

RepetitionIndex

The workflow run action repetition index.

Name Type Description
itemIndex

integer

The index.

scopeName

string

The scope.

RetryHistory

The retry history.

Name Type Description
clientRequestId

string

Gets the client request Id.

code

string

Gets the status code.

endTime

string

Gets the end time.

error

ErrorResponse

Gets the error response.

serviceRequestId

string

Gets the service request Id.

startTime

string

Gets the start time.

RunActionCorrelation

The workflow run action correlation properties.

Name Type Description
actionTrackingId

string

The action tracking identifier.

clientKeywords

string[]

The client keywords.

clientTrackingId

string

The client tracking identifier.

WorkflowRunActionRepetitionDefinition

The workflow run action repetition definition.

Name Type Description
code

string

The workflow scope repetition code.

correlation

RunActionCorrelation

The correlation properties.

endTime

string

The end time of the workflow scope repetition.

error

id

string

The resource id.

location

string

The resource location.

name

string

Gets the resource name.

properties.inputs

Object

Gets the inputs.

properties.inputsLink

ContentLink

Gets the link to inputs.

properties.iterationCount

integer

properties.outputs

Object

Gets the outputs.

properties.outputsLink

ContentLink

Gets the link to outputs.

properties.repetitionIndexes

RepetitionIndex[]

The repetition indexes.

properties.retryHistory

RetryHistory[]

Gets the retry histories.

properties.trackedProperties

Object

Gets the tracked properties.

properties.trackingId

string

Gets the tracking id.

startTime

string

The start time of the workflow scope repetition.

status

WorkflowStatus

The status of the workflow scope repetition.

tags

object

The resource tags.

type

string

Gets the resource type.

WorkflowRunActionRepetitionDefinitionCollection

A collection of workflow run action repetitions.

Name Type Description
nextLink

string

The link used to get the next page of recommendations.

value

WorkflowRunActionRepetitionDefinition[]

The workflow run action repetition definition.

WorkflowStatus

The workflow status.

Name Type Description
Aborted

string

Cancelled

string

Failed

string

Faulted

string

Ignored

string

NotSpecified

string

Paused

string

Running

string

Skipped

string

Succeeded

string

Suspended

string

TimedOut

string

Waiting

string