Hi everyone,
I’m having a hard time trying to understand how I can pass my variables to the subprocess and receive an output from it to the Call Activity.
I have a Call Activity wchich calls out a subprocess - Validation. I want to pass some variables to the subprocess, in it I will run my Bean to validate the data and I need to save the result (valid = false/true) and pass it from the subprocess to the Call Activity, so I can work with that later on.
I would love to see how it can be done, since I’m a little powerless right now.