Hi,
how can I forward variable value from subprocess to process?
Simple example:
Main Process: Start -> Subprocess -> ScriptTask -> End
Subprocess: Start -> HumanTask -> End {in this subprocess I input variable ID}
I would like to forward ID value to Main process, what's the most common way to do that in JBPM Designer (5.4)?
Thanks.