[jbpm-dev] [Design of JBoss jBPM] - Re: New console snapshot published, Task Forms included

camunda do-not-reply at jboss.com
Tue Jun 23 07:40:57 EDT 2009


Hmm, why not reference the ftl file directly from the task?


  | <process>
  | [...]
  | <task name="Verify Loan Request">
  |   <form-template ref="loan_request_form.ftl"/>
  | </task>
  | [...]
  | </process>
  | 

The additional indirection doesn't help much. Or other opinions on that?

And the <form-template> mechanism could be used if you hook in you own stuff as well (e.g. with Java Swing Clients we could confuigure a Swing panel or whatever)....

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

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



More information about the jbpm-dev mailing list