Skip to content

Commit 3109090

Browse files
committed
Adding alowed max value for Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout
1 parent eb06d34 commit 3109090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 06/18/2025
8+
ms.date: 03/15/2026
99
ms.custom:
1010
- fasttrack-edit
1111
- sfi-image-nochange
@@ -244,7 +244,7 @@ For a workflow that starts with a function-based trigger, you might try to [set
244244

245245
| Setting | Default value | Description |
246246
|---------|---------------|-------------|
247-
| `Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout` | `00:10:00` <br>(10 minutes) | Sets the duration for a workflow action job to run before timing out and retrying. To change the default timeout for a built-in operation such as SAP, also set the **`functionTimeout`** host setting. For more information, see the next entry. |
247+
| `Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout` | `00:10:00` <br>(10 minutes) | Sets the duration for a workflow action job to run before timing out and retrying. The maximum supported value is 2 hours (`02:00:00`). To change the default timeout for a built-in operation such as SAP, also set the **`functionTimeout`** host setting. For more information, see the next entry. |
248248
| `functionTimeout` | `00:30:00` <br>(30 minutes) | Sets the duration to run before timing out for calls from Azure Functions and some built-in operations, such as SAP, that work as function calls. Standard logic apps use the same underlying design as function apps. So, the **`functionTimeout`** host setting in Azure Functions also affects built-in operations that run as function calls. For more information, see [**functionTimeout**](/azure/azure-functions/functions-host-json#functiontimeout). <br><br>**Note**: In the **host.json** file, the **`functionTimeout`** setting exists at the same level as the **`extensions`** object where the host settings exist for a Standard logic app. For more information, see the example in this section: [Change timeout value for function-based built-in operations](#change-timeout-value-for-function-based-built-in-operations). |
249249

250250
#### Change timeout value for function-based built-in operations

0 commit comments

Comments
 (0)