Skip to content

Commit

Permalink
Merge pull request #662 from RizaFarheen/main
Browse files Browse the repository at this point in the history
encode parameter support for http
  • Loading branch information
RizaFarheen authored May 15, 2024
2 parents fba3800 + d7502b3 commit 9fea0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference-docs/system-tasks/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/><br/>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:<ul><li>**TTL (in seconds)** - Provide the time to live in seconds.You can also pass this parameter as variables.</li><li>**Cache Key** - Provide the cache key, which is a string with parameter substitution based on the task input. You can also pass this parameter as variables.</li></ul>|

### Output Parameters
Expand Down

0 comments on commit 9fea0c7

Please sign in to comment.