You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workflows/components/nodes.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,6 @@ The node settings under the **Settings** tab allow you to control node behaviors
66
66
67
67
When active or set, they do the following:
68
68
69
-
***Request Options**: Select **Add Option** to view and select these options.
70
-
- **Batching**: Control how to batch large numbers of input items.
71
-
- **Ignore SSL Issues**: Download the response even if SSL validation isn't possible.
72
-
- **Proxy**: Use this if you need to specify an HTTP proxy.
73
-
- **Timeout**: Set a timeout for the request in ms.
74
69
***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.
75
70
***Execute Once**: The node executes once, with data from the first item it receives. It doesn't process any extra items.
76
71
***Retry On Fail**: When an execution fails, the node reruns until it succeeds.
0 commit comments