Skip to main content

Skip Until By

Skips events from the input stream until the first event on the activate port is received.

component image

In-ports

input <any> — input events.

activate <any> — event to activate the output.

Out-ports

output <any> — output events.

Overview

The Skip Until By operator skips incoming events on the input port until the first event on the activate port is received. Any subsequent events on the input port are emitted on the output port.

To reset the operator, send a RESET signal.

Example 1

This example applies the Skip Until By operator to a stream of integer values, skipping input events until the event on the activate port is received.. It then repeats the pattern after the RESET signal.

skip until by example

Settings

No additional configuration is required.