Name

adams.flow.control.Once


Synopsis

Tees off a token only once to its sub-actors.
However, this can be reset when the monitored variable changes.


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


Conditional equivalent

adams.flow.control.ConditionalTee


Options