How to define variables across process instances?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015 10:52 AM
I have a workflow and there are 10 constant variables out of them few are large strings. If I send them as process variables those will be created at process instance scope and duplicated in variable table N times for N active process instances. Instead of that, is there a way to define those constants at process definition level which will be used for all process instances created for that definition?
I really appreciate any help in this regard.
Thanks,
-Swamy.
I really appreciate any help in this regard.
Thanks,
-Swamy.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2015 01:52 PM
No, we currently don't have that feature yet. Then again, if it's a global variable why not simply storing it in Java?
What are you using the variable for?
What are you using the variable for?
