Name

adams.flow.control.ArrayGenerate


Synopsis

Applies all sub-actors to the input token and generates an array from the collected output.
Each of the branches is expected to produce at most one output token (ideally one per branch, otherwise there will be null elements in the output array).


Additional information

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


Options