1 - I have a processdefinition that in some states or task-nodes, has an action associated to the respective class.
What i want, is to know which action had been occurred. Instead of putting code in the actionHandler, i would like to know if exists a way to get something that informs me that an action X had been occurred. For example, doing token.signal(), it returns the name of the action executed. 2 - How can i put a variable with a value in the process definition? Something like this: | <task-node name="task1"> | <task> | <controller> | <variable name="actionType" access="read">4</variable> | </controller> | </task> | </task-node> | This doesn't work. Sincerily, Pedro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949404#3949404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949404 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
