Save Object in activiti
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2013 02:21 AM
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2013 02:46 AM
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.