[jboss-dev-forums] [Design of JBoss jBPM] - Re: new simplified menu structure

david.lloyd@jboss.com do-not-reply at jboss.com
Mon Jan 8 10:28:51 EST 2007


"tom.baeyens at jboss.com" wrote : Processes : Should display a list of processes similar to the current Find Processes menu screen.  By default, this screen shows only the latest versions of the processes in alphabetical order.

For the new prototype, there should be two tables for Processes.  One table should have a row for each unique process name, and it should contain any information that is shared between all versions of a process (even if it is just the name).  The other will be a child table of the main Process table and should contain per-version information.  The main process table should have link to the Process Version table representing the current "active" version.  This way, the latest version of a process can be found without having to using grouping SQL operations, and also the user can easily revert to an earlier version of a process if they need to by changing a simple link.

This normalization will greatly simplify the querying of process information.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999050#3999050

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999050



More information about the jboss-dev-forums mailing list