I initialize a variable before I break into a number of parallel processes in my flow.
Each process is in a Scope.
My question is:
If I set the variable in each of my parallel scopes, do they overwrite one another, or do they stay different while in each Scope?
This hasn't caused an error yet, as things happen pretty quick and I haven't had a collision, though, in theory, they should run at the same time if the approval timeouts are set to the same value.
I'm just asking if anyone knows, so I have to allow for it (i.e initialise seperate variables for each parallel process)
e.g.:
