Name

adams.flow.control.ConditionalSubProcess


Synopsis

Encapsulates a sequence of flow items. The first actor must accept input and the last one must produce output. But the sequence gets only executed if the condition holds true.


Additional information

Flow input/output:
- input: adams.flow.core.Unknown
- output: adams.flow.core.Unknown
Actor handler information:
- Actor execution: SEQUENTIAL
- Standalones allowed: false
- Source allowed: false
- Forwards input: true
Stop restriction: optional (currently: off)


Conditional equivalent

adams.flow.control.ConditionalSubProcess


Options