Skip to content

Commit 16e60fd

Browse files
authored
Update edit-app-settings-host-settings.md
Edits to clarify context and other details per feedback
1 parent a856d2d commit 16e60fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ The following settings work only for workflows that start with a recurrence-base
230230

231231
| Setting | Default value | Description |
232232
|---------|---------------|-------------|
233-
| `Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout` | `00:10:00` <br>(10 minutes) | Sets the amount of time for a workflow action job to run before timing out and retrying. To change the default time-out for a built-in operations such as SAP, also set the **`functionTimeout`** host setting, which appears at the same level as the **`extensions`** object. This setting affects all workflow executions in the same logic app. |
234-
| `functionTimeout` | `00:05:00` <br>(5 minutes) | Sets the time-out duration for all workflow executions in the same logic app. Keeping an upper bound is recommended, but you can use a value of **`-1`** for unbounded execution. <br><br>In the **host.json** file, the **`functionTimeout`** setting exists at the same level as the **`extensions`** object because this setting is available in Azure Functions, which provided the infrastructure that is extended by Azure Logic Apps (Standard). |
233+
| `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 time-out for a built-in operation such as SAP, also set the **`functionTimeout`** host setting. For more information, see the next entry. |
234+
| `functionTimeout` | `00:05:00` <br>(5 minutes) | Sets the duration to run before timing out for function calls in Azure Functions and some built-in operations, such as SAP, that run 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. <br><br>**Note**: In the **host.json** file, the **`functionTimeout`** setting exists at the same level outside the **`extensions`** object where Standard workflow host settings exist. For more information, see the example in this section: [Change time-out value for function-based built-in operations](#change-time--out-value-for-function--based-built--in-operations). |
235235

236-
#### Change time-out value for built-in operations
236+
#### Change time-out value for function-based built-in operations
237237

238-
For this task, add both the **`Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout`** and **`functionTimeout`** host settings to your **host.json** file as shown in the following example:
238+
For built-in operations that run as function calls in Azure Functions, add both the **`Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout`** and **`functionTimeout`** host settings to your **host.json** file as shown in the following example:
239239

240240
```json
241241
{

0 commit comments

Comments
 (0)