[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-11-02 Thread npirard
btw, do not hesitate to vote for the JIRA issue Joram filed ;-) since it should not be very complicated to fix, it should be easily patchable even before jbpm team releases the fix. I admit, however, I have not yet found time to try it View the original post :

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-10-31 Thread kassec
jbarrez wrote : Imo, this should be accessible through the API. You mean, up to now, nobody needs to retrieve the end activity of processes ? I just spent two hours trying to find out how one could do this cleanly. I was not willing to think that direct query to DB was the best answer! View

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-09-01 Thread jbarrez
Imo, this should be accessible through the API. Added https://jira.jboss.org/jira/browse/JBPM-2515 . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252823#4252823 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252823

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-28 Thread npirard
thank you rams.rapo, I had seen this too, but was not too sure I could rely on it then you confirm there is no standard API way to do it ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252205#4252205 Reply to the post :

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-28 Thread npirard
maybe modifying HistoryProcessInstanceQueryImpl to add a query possibility on endActivityName the same way as it is already done for state would work ? it means modify org.jbpm.pvm.internal.query.HistoryProcessInstanceQueryImpl.hql() + add a field and its setter but there is maybe a reason

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-28 Thread kukeltje
if you want to search on that field that is an option View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252244#4252244 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252244 ___

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-27 Thread rams.rapo
JBPM4_HIST_PROCINST table has ENDACTIVITY_ which refers to end state reached. You can fire custom query to get the details. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252169#4252169 Reply to the post :