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.
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.