2 Replies Latest reply on May 29, 2013 5:10 PM by mydevbox

    How to add comment to Task

    mydevbox

      Hi All,

       

      Can anyone point me to a sample code that allows me to add comments to human task? I have tried the option of adding  parameters.put("comment", "Nice comment"); as an entry of the map passed to ContentData (e.g

      ContentData contentData = ContentMarshallerHelper.marshal(parameters,      null); ) before completing a task, but it still doesnt work. I mean task_comment table does not get populated. Any ideas on how to populate this table with data will be appreciated. Thanks