I have created a workflow using the Designer. I added a MailTask (ie servericeTask where type=mail) I need to be able to pass the final values of the to and from fields of this task to a listener. I attempted by adding an 'end' execution listener as a Java class, but I'm having difficulty figuring out how to get the values. Is this possible? Could you provide guidance or alternative suggestions?