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

heiko.braun@jboss.com do-not-reply at jboss.com
Mon Jun 22 06:42:26 EDT 2009


anonymous wrote : 
  | One question: What if the task name contain spaces or stuff like that? 
  | 
  | Is it possible (or planned) to provide a mapping between task names and forms? Use case is to use the same form in different tasks (if you make it a bit generic, thats not unusual). 
  | 

right. it breaks, when the name contains spaces.
but I agree, instead of working around that, we should come up with a reasonable solution that covers your use case as well. maybe a resource declaration at process level, with an ID attribute which can be referenced within the task declaration, i.e.:



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

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

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



More information about the jbpm-dev mailing list