How to pass a variable to a flow
Posted: 18 Sep 2014 09:56
Hi guys...
I need to pass a variable to a flow....
now i explain:
I have 15 global variables and i need to set the default value for each one when Automagic service starts.....
so... if there is a particular way/function that i have not found i'll wait for your suggestion...
or i have to do this....
Flow_A (caller for Flow_B)
Flow_B (flow that will set global variable value)
Flow_A call Flow_B passing to it global variable name and his default value to set.
Flow_B it to set the default global variable value.
of course i need to call n times Flow_B from Flow_A
In this way Flow_B may be called from every flow everywhere....
any idea for a better way ?
thanks
I need to pass a variable to a flow....
now i explain:
I have 15 global variables and i need to set the default value for each one when Automagic service starts.....
so... if there is a particular way/function that i have not found i'll wait for your suggestion...
or i have to do this....
Flow_A (caller for Flow_B)
Flow_B (flow that will set global variable value)
Flow_A call Flow_B passing to it global variable name and his default value to set.
Flow_B it to set the default global variable value.
of course i need to call n times Flow_B from Flow_A
In this way Flow_B may be called from every flow everywhere....
any idea for a better way ?
thanks