Approve Promotion Request task - how to get the Requested Promotion State
In the actual Approve Promotion Request task, the Requested Promotion State is not included in the attributes on the task page, but it does show up on the email notification. I put in a ticket but they said there is no way out of the box to add that attribute to the task. Bizzare. So I already put in a request to Product Ideas to get that functionality. In the mean time, can someone with java expression knowledge help me include this in the instructions of the task? I am not really clear on what I need to do for that. I did see someone posted something similar, but I'm not sure how I get this work.
PromotionNotice pn=POB;
String matuarityState=pn.getMaturityState().getDisplay()toString();
I add an expression robot on the workflow Approve Promotion Request task. On the Expression page, what do I write? Can someone help me out?

