Filter
Iterates over a list and evaluates an expression for each item, returning a new array containing only the items for which the expression is true.
Inputs
The inputs required to configure this node.
ItemConditionDetails
The expression to evaluate for each item in the list. The item is included in the output list if the expression evaluates to true. The current item is exposed as 'item' in the expression context.
Outputs
The payload this node emits after execution.
Comment
A purely visual node used for leaving notes or comments in the graph editor. Does not affect execution.
HTTP Request
Sends an HTTP request and returns the status, headers, and parsed body. Hard timeout is 30 seconds. For longer tasks (e.g., image generation), use an asynchronous post-job polling pattern with a Repeat Until + Wait node.