3 Replies Latest reply on Nov 24, 2009 1:42 AM by sebastian.s

    Setting the user id for a comment

    edeleflie

      HistoryComment exposes the method getUserId() ... which has the corresponding DB column of USERID_ in the jbpm4_hist_detail table.

      But there is no way (that I can see) of actually setting the user id of a comment. The TaskService only exposes the following:

      addTaskComment(java.lang.String taskId, java.lang.String message)

      ... with no sign of a user id!

      Is this an oversight with the API ... or is it an oversight on my ability to read the Javadocs?

      Etienne