User development,
A new message was posted in the thread "JBPM 4.3 Why is taskService.addTaskComment()
only allowed for completed tasks?":
http://community.jboss.org/message/523975#523975
Author : Ronald van Kuijk
Profile :
http://community.jboss.org/people/kukeltje
Message:
--------------------------------------------------------------
It is not needed to save the task first normally. Joram does this in his example because
he creates a task with
Task task = taskService.newTask();
Only after saving it you have an id which you normaly already have since the task is
created by the engine and you retrieve it via the taskservice.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/523975#523975