[jboss-dev-forums] [Design of JBoss jBPM] - Re: History information
tom.baeyens@jboss.com
do-not-reply at jboss.com
Tue May 19 04:14:18 EDT 2009
guys, i realized that we have the end dates in the history as well. so having the end state set to 'ended' would be duplicating information that is already easy queryable.
select ..
| from ...
| where histProcInst.state = 'ended'
|
| ==
|
| select ..
| from ...
| where histProcInst.end is not null
so i'll keep a single state in the history process instance entity.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231796#4231796
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231796
More information about the jboss-dev-forums
mailing list