To retrive the description of a task-node or a taskInstance you first need to set it.
So you can set it via API with the setDescription method or you can set it in the
processdefinition.xml:
| <task-node name="task-node1">
| <description>
| Task-NODE description!!!!!!!!!!
|
| </description>
| <task name="taskInstanceName">
| <description>
| Task INSTANCE DESCRIPTION!!!!!!!!!!
|
| </description>
| </task>
| </task-node>
|
Look for the tags called description and notice the diference!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188558#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...