2 Replies Latest reply on Dec 22, 2008 3:46 PM by trouby

    Process comments

    trouby

      Hey,

      I can see that it's possible to add comment(s) to a task instance,


      Is there any way to retrieve the list of comments of the entire process (comments from all previous tasks?)



      I couldn't find any methods related to that,


      Thanks,


      Asaf.

        • 1. Re: Process comments

          I dont think there is any such method to just return the list of comments. What you can do is get all the task instances for a process instance (processInst.getTaskMgmtInstance().getTaskInstances()) and then read comments from each task instance object.

          • 2. Re: Process comments
            trouby

            Yeah, sounds good enough,


            Thanks,

            Asaf.