Hey
Can someone please help me with understanding the javadocs expressions . In one of my Processes a task is created after a decision. I want to get the description text of the decision which is filled by the user ( makes an answer ) and put it into the following task description with javadocs expressions. I thought this could be right :
$new.lastAction.decision.answerRemarks.content
Thanks in regards