1 Reply Latest reply on Jan 15, 2010 12:24 PM by kukeltje

    Task <description> tag - EL not possible?

    bestage

      Hi all,

       

      We would like to have a more detailed (dynamically changing) task description.

      This is especially helpful if you have a dozen of tasks with the same description in your task list.

      They all look the same, it is not very user-friendly.

       

      What would be really helpful is something like this:

       

       

      <task ....

               <desctiption>Please review order Nr.#{order.nr} from customer #{customer.name}

      </task>

       

      Undortunately EL is ignored in the task description tag in jBPM 4.x, don't know if this was the case with jBPM 3.2.x.

      I have seen Seam samples doing exactly this.