Skip to content

Commit de589c7

Browse files
authored
Fix typo in request time-out limit reference
1 parent 845018b commit de589c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/logic-apps/logic-apps-http-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ To specifically access the `body` property, you can use the [`triggerBody()` exp
531531

532532
Sometimes you want to respond to certain requests that trigger your workflow by returning content to the caller. To construct the status code, header, and body for your response, use the **Response** action. This action can appear anywhere in your workflow, not just at the end of your workflow. If your workflow doesn't include a **Response** action, the endpoint responds *immediately* with the **202 Accepted** status.
533533

534-
For the original caller to successfully get the response, all the required steps for the response must finish within the [request time-out limit](logic-apps-limits-and-config.md#time-out-duration) unless the triggered workflow is called as a nested workflow. If no response is returned within this limit, the incoming request times out and receives the **408 Client timeout** response.
534+
For the original caller to successfully get the response, all the required steps for the response must finish within the [request time-out limit](logic-apps-limits-and-config.md#timeout-duration) unless the triggered workflow is called as a nested workflow. If no response is returned within this limit, the incoming request times out and receives the **408 Client timeout** response.
535535

536536
For nested workflows, the parent workflow continues to wait for a response until all the steps are completed, regardless of how much time is required.
537537

0 commit comments

Comments
 (0)