I am just completing task without any error or issue, but if i am on that task screen, it is showing some error message which is confusing actually. Is there any way to hide/supress the error message ?
Task task = taskService.createTaskQuery().processInstanceId(processid).singleResult();
if (task != null) {
taskService.complete(task.getId());
}
when i complete the task, it is showing this error message on panel. Is there any way to hide/supress the error message ?