Name

adams.flow.control.LocalScopeTransformer


Synopsis

Provides a local scope for the sub-actors.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope. However, storage items from caches cannot be propagated.
Alias for: adams.flow.control.LocalScopeSubProcess


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: always


adams.flow.control.LocalScopeTransformer is deprecated!
Use instead: adams.flow.control.LocalScopeSubProcess

Options