Thank you again for replying my friend, really appreciate you taking time out for me.
There is no file as I’m using savePipeline which stores to server memory. Only savePipelineToFile stores a file in directory.
If you imagine I have a package. In that package I have a folder called Inbound. The Inbound folder contains two flows. One flow is called ‘Execute’ and the other is called ‘Order’
‘Execute’ contains the global variables. At the end I invoke ‘savePipeline’ (name $name variable input as ‘variablePipe’) and then invoke the ‘Order flow’.
The Order flow starts by invoking ‘restorePipeline’. The input of this $name and as ‘savePipeline’ I call it ‘variablePipe’ so that it references what is in memory.
When I run the flow all I get in the results tab is $name = variablePipe
I’m clearly being dumb! 
Again, thank you for your help and time.
#webMethods#Integration-Server-and-ESB#edi