Passing transient variables to a java class that implements
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2011 04:32 PM
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
How do you pass transient variables in Activiti?
Thanks Rick
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 05:11 AM
Transient variables are not yet supported in Activiti.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2011 10:02 AM
You can use a ThreadLocal yourself for that functionality
