When I enter a task node I'd like to be able to decorate the created task with certain
variables right after creation and assignment. I have all this happening in a task like
so.
<task assignee="#{SKYLINE_ASSIGNEE}" g="221,208,92,52"
name="Work">
| <transition g="-44,-26" name="to Escalate"
to="Escalate"/>
| <transition g="-28,-22" name="to Review"
to="Review"/>
| </task>
I can easily extract the Execution and the Activity associated with the node (either
through an event listener), but how do I find the id of the Task that has been created
when entering the node?
Color me curious.
Thanks and regards,
Robert Moskal
Brooklyn, USA
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250492#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...