
Azure GetRun
CertifiedGet an Azure Logic App workflow run
Azure GetRun
Get an Azure Logic App workflow run
Retrieves status, timings, error details, and outputs for a Logic App workflow run.
type: io.kestra.plugin.azure.logicapps.GetRunExamples
Get run
id: azure_logic_apps_get_run
namespace: company.team
tasks:
- id: get_run
type: io.kestra.plugin.azure.logicapps.GetRun
tenantId: "{{ secret('AZURE_TENANT_ID') }}"
clientId: "{{ secret('AZURE_CLIENT_ID') }}"
clientSecret: "{{ secret('AZURE_CLIENT_SECRET') }}"
subscriptionId: "{{ secret('AZURE_SUBSCRIPTION_ID') }}"
resourceGroupName: my-resource-group
workflowName: my-logic-app
runId: "08585287571846573488044702123CU00"
Properties
resourceGroupName *Requiredstring
Resource group name
Azure resource group containing the Logic App workflow.
runId *Requiredstring
Run ID
Name or ID of the workflow run to retrieve.
subscriptionId *Requiredstring
Subscription ID
Azure subscription GUID that owns the Logic App workflow.
tenantId *Requiredstring
Azure AD tenant ID (GUID)
workflowName *Requiredstring
Workflow name
Name of the Azure Logic App workflow.
clientId string
Client ID of the Azure AD application
Application (client) ID used for service principal authentication.
clientSecret string
Client secret for the Azure AD application
Secret value associated with the client ID; store in a Kestra secret.
pemCertificate string
PEM-encoded certificate content for client authentication
PEM text for certificate-based auth; alternative to clientSecret.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
run
Workflow run
Workflow run details returned by Azure Logic Apps.
io.kestra.plugin.azure.logicapps.RunRecord
Code
Result code reported by Azure Logic Apps.
Correlation ID
Correlation ID associated with the workflow run.
date-timeEnd time
Workflow run end time.
Error
Error payload returned by Azure Logic Apps, when available.
Run ID
Azure resource ID of the workflow run.
Run name
Name of the workflow run.
Outputs
Workflow run outputs keyed by output name.
date-timeStart time
Workflow run start time.
Status
Current status of the workflow run.