##temp is a global temporary table and can be shared with different sessions.
let first data flow procedure create ##temp table
process ##temp as normal
third data flow procedure drop it
or
Manage crate /drop it as needed bet. sessions.
why not use perminant table, with index and fill /truncate it as needed.