Have you tried adding a controller to your task node? eg:

  |    <task-node name="MyTaskNode">
  |       <task name="myTaskName" description="#{taskDescription}">
  |             <controller>
  |             <variable name="myVariableName" access="read" />
  |             </controller>
  |             <assignment pooled-actors="#{taskAssignToPool}"/>
  |       </task>
  |       <transition name="resolved" to="done"></transition>
  |    </task-node>
  | 
Cheers,

Damian.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075709
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to