cancel
Showing results for 
Search instead for 
Did you mean: 

Save Object in activiti

sivap
Champ in-the-making
Champ in-the-making
Hi, i want store my product pojo object in activiti. it possible to store object in activiti and where i am identify those objects and retrieving
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
If you make your POJO Serializable, you can just pass is as a variable (e.g. using runtimeService.setVariable(..)) and retrieve it again later on in the process. No conversion is needed, this is handled for you.