Added a "Conditional Execution" module in dev.apiant

Added a “Conditional Execution” module in dev.apiant that is a hybrid of the existing [Single Value] and [Data Stream] variations.

This module allows two scalar values to be tested, while allowing the nested item to emit either a scalar value or a data stream.

It fills a gap where the existing [Single Value] module cannot emit a data stream and the existing [Data Stream] module cannot easily test two scalar values without having to place the left side value into a data stream first.

An expected common usage scenario is to conditionally execute the nested item based on the output from the When In module.

This new module will be in the next system release.

1 Like