FlexBE / flexbe_app

The classic user interface (editor + runtime control) for the FlexBE behavior engine. See the flexbe_webui for latest
BSD 3-Clause "New" or "Revised" License
48 stars 49 forks source link

Container with the same Key for input and output #26

Closed ghost closed 5 years ago

ghost commented 6 years ago

Is it possible to have a container that gets an input key, process it and set it as an output key? The idea is having number of containers processing the same parameter and passing it between them. Process A edits a key, passes it to process B (in some cases to C), and then next time A is reached it will use again the same key and edit it.

Thank you for the help.

pschillinger commented 6 years ago

Yes, this is totally possible and quite common. Simply define an input key and an output key for the respective container and map them to the same name (in the properties-panel of the container in the editor).