Skip to content

Logic Filter

Henry de Jongh edited this page Feb 25, 2023 · 5 revisions
Description Icon
A reactive logic component that passes through an invoked input if the activator passes a filter.

Parameters

Name Description
Match Activator Name The activator name must match this target name in order to pass the filter.

Inputs

Name Description Parameter
Filter Passes through the input if the activator passes the filter. parameter (string) The parameter to be passed to the output.

Outputs

Name Description Parameter
Passed Invoked when the activator passed the filter. parameter (string) The parameter to be passed to the input.
Rejected Invoked when the activator got rejected by the filter. parameter (string) The parameter to be passed to the input.
Clone this wiki locally