Dear Experts!
I created a user task, using a script taken from there:
$.context.usertask1 ={ action:{ approve:{text:"Approve Changes",type:"Approve"},reject:{text:"Reject",type:"Reject"}}};
Now I need to see a result. ${usertasks.usertask1.last.decision} unfortunately doesn't work here. What property do I need to use?
Thanks a lot!
Yulia.