Workflow Run Actions - Get

Gets a workflow run action.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}?api-version=2016-06-01

URI Parameters

Name In Required Type Description
actionName
path True

string

The workflow action name.

resourceGroupName
path True

string

The resource group name.

runName
path True

string

The workflow run name.

subscriptionId
path True

string

The subscription id.

workflowName
path True

string

The workflow name.

api-version
query True

string

The API version.

Responses

Name Type Description
200 OK

WorkflowRunAction

OK

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

Get a workflow run action

Sample Request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22/actions/HTTP?api-version=2016-06-01

Sample Response

{
  "properties": {
    "inputsLink": {
      "uri": "https://tempuri.org",
      "contentVersion": "5XUACojv0aBfuP56os3CWw==",
      "contentSize": 46,
      "contentHash": {
        "algorithm": "md5",
        "value": "XXUACojv0aBfuP56os3CWw=="
      }
    },
    "outputsLink": {
      "uri": "https://tempuri.org",
      "contentVersion": "6X6KRrevI6AAxEvo9FeBYQ==",
      "contentSize": 11873,
      "contentHash": {
        "algorithm": "md5",
        "value": "XX6KRrevI6AAxEvo9FeBYQ=="
      }
    },
    "startTime": "2018-08-10T20:16:32.305236Z",
    "endTime": "2018-08-10T20:16:32.5450625Z",
    "correlation": {
      "clientTrackingId": "08586676746934337772206998657CU22"
    },
    "status": "Succeeded",
    "code": "OK"
  },
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22/actions/HTTP",
  "name": "HTTP",
  "type": "Microsoft.Logic/workflows/runs/actions"
}

Definitions

Name Description
ContentHash

The content hash.

ContentLink

The content link.

Correlation

The correlation property.

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
RetryHistory

The retry history.

WorkflowRunAction

The workflow run action.

WorkflowStatus

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.

Correlation

The correlation property.

Name Type Description
clientTrackingId

string

The client tracking id.

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

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.

WorkflowRunAction

The workflow run action.

Name Type Description
id

string

The resource id.

name

string

Gets the workflow run action name.

properties.code

string

Gets the code.

properties.correlation

Correlation

The correlation properties.

properties.endTime

string

Gets the end time.

properties.error

Object

Gets the error.

properties.inputsLink

ContentLink

Gets the link to inputs.

properties.outputsLink

ContentLink

Gets the link to outputs.

properties.retryHistory

RetryHistory[]

Gets the retry histories.

properties.startTime

string

Gets the start time.

properties.status

WorkflowStatus

Gets the status.

properties.trackedProperties

Object

Gets the tracked properties.

properties.trackingId

string

Gets the tracking id.

type

string

Gets the workflow run action type.

WorkflowStatus

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