Skip to content

Commit

Permalink
Fixed MID-2701: SelfService Home - Task not found
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 25, 2015
1 parent 587daf7 commit 44dac15
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -225,6 +225,7 @@ private CallableResult<List<ProcessInstanceDto>> loadMyRequests() {
shadowTask = getTaskManager().getTask(shadowTaskOid, result);
} catch (ObjectNotFoundException e) {
// task is already deleted, no problem here
result.muteLastSubresultError();
}
}

Expand Down

0 comments on commit 44dac15

Please sign in to comment.