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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...