[jbpm-dev] [Design of JBoss jBPM] - Re: description-tag

salaboy21 do-not-reply at jboss.com
Tue Nov 11 13:33:24 EST 2008


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#4188558

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



More information about the jbpm-dev mailing list