Logic App Standard workflow run timeout

Andrejs Skiteckis 6 Reputation points
2022-09-22T14:08:47.987+00:00

Hi community,

I have an issue setting up workflow run timeout for Logic App Standard. I have configured host.json according to https://learn.microsoft.com/en-us/azure/logic-apps/edit-app-settings-host-settings?tabs=visual-studio-code#run-duration-and-history guideline.

{  
  "version": "2.0",  
  "extensionBundle": {  
    "id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows",  
    "version": "[1.*, 2.0.0)"  
  },  
  "extensions": {  
    "workflow": {  
       "settings": {  
         "Runtime.FlowRetentionThreshold": "10.00:00:00",  
         "Runtime.Backend.FlowRunTimeout": "00.00:02:00"  
       }  
    }  
 }  
}  
  

But it is not anyhow affect workflow run timeout.
243882-2022-09-22-17-04-24-wf-all-inhtodestination-xslt-m.png

I would like workflow fail with timeout in case of any long lasting execution. Is it a bug in LogicApp Standard and I need to create a support case? or am I configuring something wrong?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,838 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Sonny Gillissen 3,271 Reputation points
    2023-06-13T10:58:20.5966667+00:00

    Hi Andrejs Skiteckis

    Thanks for reaching out on Microsoft Q&A!

    It might be not the right setting. Please try this one as it sets the timeout for an action (which is what is hanging now, not the workflow itself):

    Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout

    Please click “Accept answer” if you find my answer helpful. Feel free to drop additional queries in the comments below!

    Kind regards,

    Sonny

    0 comments No comments