public void forward(long taskId, String userId, String targetEntityId) {
   taskInstanceService.forward(taskId, userId, targetEntityId);
 }