Take Until By
Takes events from the input stream until the first event on the deactivate port is received.
In-ports
input <any>
— input events.
deactivate <any>
— event to deactivate the output.
Out-ports
output <any>
— output events.
Overview
The Take Until By operator takes incoming events from the input stream until the first event on the deactivate port is received. Any subsequent events from the input stream will be ignored.
To reset the operator, send a RESET signal.
Example 1
This example applies the Take Until By operator to a stream of integer values, taking input events until the event on the deactivate port is received.. It then repeats the pattern after the RESET signal.
Settings
No additional configuration is required.