No, since "global variables" are not unique so could cause "bug" if multiple flows used the same variable (name) of different purposes.
They could also cause concurrency problems if its value was unexpectedly changed by another flow.
They're considered bad practice hence i've not implemented them, please read:
here,
here.