Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/workflows/components/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ The node settings under the **Settings** tab allow you to control node behaviors

When active or set, they do the following:

* **Request Options**: Select **Add Option** to view and select these options.
- **Batching**: Control how to batch large numbers of input items.
- **Ignore SSL Issues**: Download the response even if SSL validation isn't possible.
- **Proxy**: Use this if you need to specify an HTTP proxy.
- **Timeout**: Set a timeout for the request in ms.
* **Always Output Data**: The node returns an empty item even if the node returns no data during execution. Be careful setting this on IF nodes, as it could cause an infinite loop.
* **Execute Once**: The node executes once, with data from the first item it receives. It doesn't process any extra items.
* **Retry On Fail**: When an execution fails, the node reruns until it succeeds.
Expand Down
Loading