I have a task with a timer defined in processdefinition.xml like below. It has a attribute "duedate" of 2 days. Can I access that "duedate" from my ActionClass?
<task name="MyTask"> | <assignment class="MyAssignmentHandler"></assignment> | <timer duedate="2 days"><action class="MyActionClass"/</timer> | </task> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191559#4191559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191559 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
