cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create Archived Task?

chrisx_212
Champ in-the-making
Champ in-the-making
Hello. I'd like to ask where did I go wrong in this. I made a process and then I started it and completed it. However, the task does not appear in the Archived Task panel. Where did I go wrong in this? What needs to be done? FYI, there is this line in the ArchivedListQuery page:

protected HistoricTaskInstanceQuery createQuery() {
   return historyService.createHistoricTaskInstanceQuery().taskOwner(userId).finished();
  }

And I'm sure my userId was filled. Can anyone help?

Thanks.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
The task should be visible there. Are you using H2 in memory database and did you reboot your server? If so, that could explain it.