swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector WorkflowRunOperations API schemes: - https tags: - name: WorkflowRunOperations paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/operations/{operationId} : get: tags: - WorkflowRunOperations operationId: microsoftAzureWorkflowrunoperationsGet description: Gets an operation for a run. x-ms-examples: Get a run operation: $ref: ./examples/WorkflowRunOperations_Get.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: workflowName description: The workflow name. in: path required: true type: string - name: runName description: The workflow run name. in: path required: true type: string - name: operationId description: The workflow operation id. in: path required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: OK schema: $ref: '#/definitions/WorkflowRun' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname Operations Operationid definitions: ContentHash: type: object properties: algorithm: type: string description: The algorithm of the content hash. value: type: string description: The value of the content hash. description: The content hash. ContentLink: type: object properties: uri: type: string description: The content link URI. contentVersion: type: string description: The content version. contentSize: type: integer format: int64 description: The content size. contentHash: $ref: '#/definitions/ContentHash' description: The content hash. metadata: $ref: '#/definitions/Object' description: The metadata. description: The content link. WorkflowStatus: type: string enum: - NotSpecified - Paused - Running - Waiting - Succeeded - Skipped - Suspended - Cancelled - Failed - Faulted - TimedOut - Aborted - Ignored x-ms-enum: name: WorkflowStatus modelAsString: true WorkflowParameter: type: object properties: type: $ref: '#/definitions/ParameterType' description: The type. value: $ref: '#/definitions/Object' description: The value. metadata: $ref: '#/definitions/Object' description: The metadata. description: type: string description: The description. description: The workflow parameters. WorkflowRunTrigger: type: object properties: name: type: string readOnly: true description: Gets the name. inputs: $ref: '#/definitions/Object' readOnly: true description: Gets the inputs. inputsLink: $ref: '#/definitions/ContentLink' readOnly: true description: Gets the link to inputs. outputs: $ref: '#/definitions/Object' readOnly: true description: Gets the outputs. outputsLink: $ref: '#/definitions/ContentLink' readOnly: true description: Gets the link to outputs. scheduledTime: type: string format: date-time readOnly: true description: Gets the scheduled time. startTime: type: string format: date-time readOnly: true description: Gets the start time. endTime: type: string format: date-time readOnly: true description: Gets the end time. trackingId: type: string readOnly: true description: Gets the tracking id. correlation: $ref: '#/definitions/Correlation' description: The run correlation. code: type: string readOnly: true description: Gets the code. status: $ref: '#/definitions/WorkflowStatus' readOnly: true description: Gets the status. error: $ref: '#/definitions/Object' readOnly: true description: Gets the error. trackedProperties: $ref: '#/definitions/Object' readOnly: true description: Gets the tracked properties. description: The workflow run trigger. WorkflowRun: type: object properties: properties: x-ms-client-flatten: true $ref: '#/definitions/WorkflowRunProperties' description: The workflow run properties. name: type: string readOnly: true description: Gets the workflow run name. type: type: string readOnly: true description: Gets the workflow run type. description: The workflow run. allOf: - $ref: '#/definitions/SubResource' WorkflowRunProperties: type: object properties: waitEndTime: type: string format: date-time readOnly: true description: Gets the wait end time. startTime: type: string format: date-time readOnly: true description: Gets the start time. endTime: type: string format: date-time readOnly: true description: Gets the end time. status: $ref: '#/definitions/WorkflowStatus' readOnly: true description: Gets the status. code: type: string readOnly: true description: Gets the code. error: $ref: '#/definitions/Object' readOnly: true description: Gets the error. correlationId: type: string readOnly: true description: Gets the correlation id. correlation: $ref: '#/definitions/Correlation' description: The run correlation. workflow: $ref: '#/definitions/ResourceReference' readOnly: true description: Gets the reference to workflow version. trigger: $ref: '#/definitions/WorkflowRunTrigger' readOnly: true description: Gets the fired trigger. outputs: type: object readOnly: true additionalProperties: $ref: '#/definitions/WorkflowOutputParameter' description: Gets the outputs. response: $ref: '#/definitions/WorkflowRunTrigger' readOnly: true description: Gets the response of the flow run. description: The workflow run properties. SubResource: properties: id: type: string readOnly: true description: The resource id. x-ms-azure-resource: true description: The sub resource type. Correlation: type: object properties: clientTrackingId: type: string description: The client tracking id. description: The correlation property. Object: type: object properties: {} WorkflowOutputParameter: type: object properties: error: $ref: '#/definitions/Object' readOnly: true description: Gets the error. description: The workflow output parameter. allOf: - $ref: '#/definitions/WorkflowParameter' ParameterType: type: string enum: - NotSpecified - String - SecureString - Int - Float - Bool - Array - Object - SecureObject x-ms-enum: name: ParameterType modelAsString: true ResourceReference: type: object properties: id: type: string description: The resource id. name: type: string readOnly: true description: Gets the resource name. type: type: string readOnly: true description: Gets the resource type. description: The resource reference. parameters: subscriptionId: name: subscriptionId description: The subscription id. in: path required: true type: string api-version: name: api-version description: The API version. in: query required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'