Completed Tasks in Parallel Gateway Don't Show Up

Hello to all,
I’m having a problem with the retrieval of some tasks, particularly with tasks that are inside a parallel gateway. When I send the complete task API call, this task gets removed from the active part of the engine as it should, but it doesn’t show up in the act_hi_taskinst table inside the database. The thing is that I need to retrieve every task that the user has completed, in order to store them in a completed activity list.



Is there something that I’m missing?
Thank you guys in advance for your time and your answers!

Do you know what History level you have set?

Unfortunately, I am not familiar with the concept. How can I check this level?

To help you with your issues, i’m going to need more details about your current setup. Can you answer the following Questions:

  1. Add the version software you’re asking about (e.g. Camunda BPM 7.13)
  2. Describe your setup (e.g. Spring Boot / Tomcat etc.)
  3. What database are you using, including version and driver.

No problem with that. I’m using the latest docker image of Camunda (7.14), running on Tomcat. The database that I’m using is postgres, more specifically, the 12.4-alpine image. Anyway, here’s the docker-compose file that I’m using:


The web.xml file that I’m using is the default one, to which I have added CORS filter parameters to accept external connections. If there are any other specifics that you need, just let me know.