From d7502b3c0bc461de7c0dbc34f19c3783c7d2d8af Mon Sep 17 00:00:00 2001 From: RizaFarheen Date: Wed, 15 May 2024 12:39:08 +0400 Subject: [PATCH] Update http.md --- docs/reference-docs/system-tasks/http.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference-docs/system-tasks/http.md b/docs/reference-docs/system-tasks/http.md index 6b1e6a5c..e82b0ca0 100644 --- a/docs/reference-docs/system-tasks/http.md +++ b/docs/reference-docs/system-tasks/http.md @@ -37,6 +37,7 @@ HTTP task allows you to make calls to remote services exposed over HTTP/HTTPS. | asyncComplete | If set, the task remains in the **IN_PROGRESS** state even after the execution. An external event (Task Update API or Event handler) is expected to mark the task as completed. | connectionTimeOut | Set the connection timeout in milliseconds. If set to 0, it is equivalent to infinity. By default, the value is set to 100. | | readTimeOut | Set the read timeout in milliseconds. If set to 0, it is equivalent to infinity. By default, the value is set to 150. | +| encode | Determines whether the URI needs encoding. When set to true (the default), the Conductor will automatically encode the query parameters before sending the HTTP request.

Set this to false if the URI is already encoded. In this case, the Conductor will assume the query parameters are properly encoded and pass them to the HTTP endpoint as specified in the URI. | | cacheConfig | Enabling this option allows saving the cache output of the task. On enabling you can provide the following parameters:| ### Output Parameters