I have a problem with passing message to user when he gets task in his My Tasks list. My previous process definition uses something like this:
<userTask id="preparationOfProjectCharter" activiti:assignee="${bpm_assignee.properties.userName}">
<documentation>
My message
</documentation>
and that works fine. When user gets this task in his task list "My message" is there. In mean time i upgraded from alfresco enterprise 4.0b to 4.0 and above code doesn't work any more. User gets his task, but above task says (No message). I even tried in my process definition to set bpm:description property but this also didn't fix my problem. Any idea on this?
Regards, Aleksandar