We were working on a proof of concept project using jBPM 4 and I wrote a java class that implemented jBPM's DecisionHandler class. I used a contextInstance object’s set/get TransientVariable methods to set and get some information we needed temporarily to determine which workflow process to perform next. We do not want to persist these variables to the workflow database.
How do you pass transient variables in Activiti?
Thanks Rick