Name

adams.flow.control.IfThenElse


Synopsis

Emulates an If-Then-Else construct. The 'Then' branch gets executed if the 'If' condition evaluates to 'true', otherwise the 'else' branch gets executed.


Additional information

Flow input/output:
- input: adams.flow.core.Unknown
Actor handler information:
- Actor execution: PARALLEL
- Standalones allowed: false
- Source allowed: true
- Forwards input: true


Options