Process scope level variable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2013 09:33 AM
hi,
How i can make use of Process scope variable i.e if there are N processes deployed in engine , i am looking for set of variable that can be shared across these N processes and they should be unique for the each instance .
Thanks
How i can make use of Process scope variable i.e if there are N processes deployed in engine , i am looking for set of variable that can be shared across these N processes and they should be unique for the each instance .
Thanks
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2013 06:21 AM
That is the default behaviour of process variables in Activiti.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2013 03:29 PM
ok , in that case variable of process A can be accessed from process B , given that A & B processes are available in same engine ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2013 04:51 AM
You can access variables from other process instances by using the RuntimeService API.
Best regards,
Best regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2013 10:38 AM
thanks