Flow as a Function with Parameters Passing
Posted: 22 Jan 2013 14:42
Now, I wrote many flows for doing the same things with different values. I'm using some global variables to change the value of each execution in the flow. But there are some limits, e.g. global variable may be overwrite by different flows. It will be better if Automagic can treat any flows as functions with parameter passing in and out. And it will be better if it can be controlled to be a single instant of calling function, or creating a new instant for each function calling, in select-able way. Is it possible to have this great feature?