plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

Nested If Cells #266

Closed stonier closed 9 years ago

stonier commented 9 years ago

This enables the user to rename the __test__ input tendril of an If cell. There are two benefits:

if __test1__ AND __test2__ : process mycell

An example is in the included test.

vrabaud commented 9 years ago

cool ! totally makes sense, thx.