Skip to content

Iterable Subprocess

FlowControl

Executes another codeless process iteratively, yielding outputs until completion.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Yield

OUTPUT

Fires each time the subgraph yields a result.

Complete

OUTPUT

Fires when the graph finishes executing.

Data Inputs

Process

INPUT

ID or name of the codeless process to execute.

Arguments

INPUT

Map of inputs to pass to the subgraph.

Data Outputs

Output

OUTPUTany

Outputs from the subgraph.

Settings

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing