243244245246247248249250
// TODO Auto-generated method stub } public void addComment(String taskId, String processInstanceId, String message, String fullMessage) { commandExecutor.execute(new AddCommentCmd(taskId, processInstanceId, message, fullMessage)); }