This version of Flow brings great new features. Total.js Flow is used for different cases in the whole word. To update your Total.js Flow just copy flow.package
into your project.
I have added a new and better error handling. Each component contains a small red dot as an output for error handling. You can catch error comfortably for the specific component.
The second great new feature is Flow crash-mode. The crash mode can be enabled via config
using module#flow (object) : { crashmode: true }
or terminal/command-line by adding --crashmode
argument. Crash mode pauses data-processing and in order to continue you have to press APPLY
button. So if you had an error which made it impossible to work with designer then now there's easy way to fix it.
I have added the average duration of data processing in seconds and count of message on input/output for each component.
In this version you can watch data trafic between Flow components. It's pretty nice to see how your data are flowing. This feature can be disabled in Traffic tab.
This version of Flow supports updating of all installed Flow components. So you can see updated / modified components easily.
We have a plan to prepare new helpful components like transactions
, etc.. So stay tunned and Follow Total.js on Twitter.