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

link|improve this question

62% accept rate
I set bpm_workflowDescription variable and message appears now in my task dashlet when task appears. :) – Aleksandar Feb 29 at 8:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.