Hi,
We started using Node-red in our projects, and really love it. Part of what I do is train new people on how to use Node-red properly.
a thing which many people find confusing in the terminology, is that the term "Flow" can refer to 2 different things, either:
- An editor tab with a scheme of inter-connected nodes
- A distinct messaging "transaction"
For example, the message "Flow has not started": does it mean that the nodes on the tab are not active, or that they are active, but idle (waiting for messages).
It may be too late to change terminology now, but ideally it would have made things clearer if we separated the two:
- An editor tab - instead of flow, will be called Map, Scheme, Template etc
- A messaging transaction - msg flow, msg sequence, msg stream, thread etc.
@knolleary, @Steve-Mcl - your thoughts?