Skip to main content
Skip the rest of the current evaluation. The exact effect depends on the Mode and where the node sits in the graph:
  • Skip mapping: the entire mapping produces nil. PropertyMapping interprets that as “do not write a value for this run”.
  • Skip iteration: when inside an Each subgraph, the current item is dropped from the result; when at the top level, behaves the same as Skip mapping.

Inputs

  • Data in — terminal; no value emerges past Skip.

Schema

  • Modeskip_mapping or skip_iteration.

Ports