Passing Variables and receiving output in Call Activity

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.

Welcome @Patryk_Ufir
There’s a variables tab in the properties panel that you can use you add input and output mapping.
I demonstrated this in a tutorial video - from this point of the video you’ll be able to follow how to do it.

1 Like