In 3.2 a businesskey can be added to the processinstance. So you can do it both ways. Add
add the processinstance id (and maybe tokens if there is some forking) as a fk to your
domain model or the other way around. Both work. I would only add a status to the domain
if it is independent of the processes. e.g. getting a mortgage is a process (status: under
request). Having one isn't (status: assigned(?), changing it is (status: choose
one...) ;-))
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047520#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...