[jboss-dev-forums] [Design of JBoss jBPM] - Re: Thinking about transition attrs

camunda do-not-reply at jboss.com
Mon Jun 11 14:09:39 EDT 2007


I think these informations belong to user interface. I understand you problem Britt, but adding it to the process definition is not a clean way.

In our own Swing GUI framework we have exactly the same, but configured in the GUI configuration. There you are free to configure what you want and also can make different configurations, for example for different user groups:

   
  | <tk4jbpm>
  | ... 	
  | <state name="consignment urgent" 
  | start-class="com.camunda.ccs.process.order.swing.CheckOrderDataComponent">
  |   <transition name="cancel order" confirm="true" />    	
  | </state>
  | ...
  | </tk4jbpm>

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

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



More information about the jboss-dev-forums mailing list