Expected information the previous step never sent
ExperimentalCatches a node reading fields that the node before it never produced, observed in a recorded execution: undefined field access, property reads on null, and structure that loses fields as the run progresses.
For exampleOne step read a field the previous step never produced, so the run finished 'successfully' with an empty result.
n8n_schema
Put workflow resources at risk
ExperimentalFlags n8n workflows that can consume unbounded tokens, items, or time: AI nodes with no credible maxTokens, loop and batch nodes with no credible maxIterations or batchSize, HTTP nodes with no credible timeout, and two or more AI nodes wired directly to one another so each stage feeds the next one the full previous output.
For exampleOne workflow run silently fanned out from one record to 340, costing more tokens than the whole prior month.
n8n_resource