You can declare flow "instance" variables using the <var> element in a flow. These variables are created with the flow is started and belong to an instance of the flow.
Is there a similar construct to "static" variables? Do I have the ability to define a variable that is a member of the flow itself and not an instance of the flow?


Reply With Quote