- 
        1. Re: JBPM_COMMENTSkukeltje Jul 21, 2007 8:47 AM (in response to cheets)commment are made in e.g. the webconsole. Any comment a user wants to add. 
 Moduleinstance is very low level. Only interesting if you want to develop jbpm (not with jbpm)
- 
        2. Re: JBPM_COMMENTScheets Jul 23, 2007 6:25 AM (in response to cheets)Many thanks for your reply, Ronald!! 
 But i am still not clear about how a user adds comments to web-console. I think my version of web-console is not set up properly, since I could find no way to add comments from there. (I am using jbpm starters kit 3.1.3).
 In any case, my interest in the JBPM_COMMENTS table is that I want to store comments with some tasks in my workflow.(I am integrating jBPM into an existing spring application) I can use context.setVariable, but I was wondering whether this functionality is provided inherently by jBPM and there is a more direct method to accomplish this, please?
 Thanks again :)
- 
        3. Re: JBPM_COMMENTScheets Aug 13, 2007 9:43 AM (in response to cheets)oh oh... completely my fault. simply overlooked taskInstance.addComments() function :( 
 thanks a lot Ronald!
 this solves my problem completely:)
 
    