Thanks.. I actually found a way.. the context.getToken().getName() works only when you have access to ExecutionContext However I had this managed bean (JSF world) that had access to ProcessInstance.. the way i found my current token is via..
| processInstance.getRootToken().getNode().getName(); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161631#4161631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161631 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
