Breakpoint

This node halts execution when the incoming data table fulfills a user-specified condition.

Options

Breakpoint Enabled
Determines whether the breakpoint node should halt on a certain condition or just pass on the data.
Breakpoint active for
Specifies the condition that has to be met to halt execution.

empty table: Halts execution if the input table is empty.

active branch: Halts execution if the breakpoint node is executed on an active branch.

inactive branch: Halts execution if the breakpoint node is on an inactive branch, i.e., the incoming connection originates in a disabled port, such as the output port for an IF Switch node or a Joiner node.

variable matches value: Halts execution if a specified flow variable matches a provided value.
Select Variable: Choose the flow variable that should be matched from a list of available variables.
Enter Variable Value: The value to match the specified flow variable against. Can be e.g. "true", "42", or "test".

Custom message
Define a custom message that is printed when the breakpoint halts the execution.

Input Ports

Icon
The input table.

Output Ports

Icon
The input table if not halted.

Popular Predecessors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.