I work with two processes. Let's call them process A and process B.
Process A works with system X, Y and Z, and Process B works with system T, Y and Z.
In process A I load data from system X, which I also have to use in process B. But to avoid that I have to launch and work with another system in process B, is it possible to someway transfer the needed data from process A to process B, now that I got the specific data already? And the only data, I need from system X in process B, is a 6-digit number.