I'm using kogito version: 10.1.0 and quarkus:3.15.3 with postgre. It is working fine but when we restart API showing empty response but data is available in DB. In logs able to see "InMemoryUsertaskInstances".
Application properties
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2026-05-13 08:16:58.337|WARN||io.quarkus.config|Unrecognized configuration key "kogito.persistence.type" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2026-05-13 08:16:59.417|INFO||org.kie.flyway.initializer.db.KieFlywayDataBaseHelper|Reading DataBase Product: 'PostgreSQL' Version: '15.17 (Debian 15.17-1.pgdg13+1)'
2026-05-13 08:16:59.553|INFO||org.flywaydb.core.FlywayExecutor|Database: jdbc:postgresql://localhost:5432/kogito_history?currentSchema=public (PostgreSQL 15.17)
2026-05-13 08:16:59.676|INFO||org.flywaydb.core.internal.command.DbValidate|Successfully validated 5 migrations (execution time 00:00.061s)
2026-05-13 08:16:59.759|INFO||org.flywaydb.core.internal.command.DbMigrate|Current version of schema "public": 10.0.2
2026-05-13 08:16:59.769|INFO||org.flywaydb.core.internal.command.DbMigrate|Schema "public" is up to date. No migration necessary.
2026-05-13 08:16:59.944|INFO||org.kie.kogito.usertask.impl.lifecycle.DefaultUserTaskLifeCycles|Registered UserTaskLifeCycles {ws-human-task=org.kie.kogito.usertask.impl.lifecycle.WsHumanTaskLifeCycle@76300eb0, kogito=org.kie.kogito.usertask.impl.lifecycle.DefaultUserTaskLifeCycle@7501295} with default lifecycle: kogito
2026-05-13 08:16:59.946|INFO||org.kie.kogito.usertask.impl.InMemoryUserTaskInstances|Initializing InMemoryUsertaskInstances
2026-05-13 08:17:00.192|WARN||org.kie.kogito.services.registry.ProcessDefinitionEventRegistry|Not source found for process id dealreviews
2026-05-13 08:17:00.196|WARN||org.kie.kogito.services.registry.ProcessDefinitionEventRegistry|Not source found for process id deals
2026-05-13 08:17:00.396|INFO||io.quarkus|process-postgresql-persistence-quarkus 999-SNAPSHOT on JVM (powered by Quarkus 3.27.3) started in 12.877s. Listening on:
http://localhost:80802026-05-13 08:17:00.397|INFO||io.quarkus|Profile dev activated. Live Coding activated.
2026-05-13 08:17:00.397|INFO||io.quarkus|Installed features: [agroal, cdi, compose, flyway, jdbc-postgresql, kie-addon-persistence-jdbc-extension, kie-flyway, kogito-decisions, kogito-predictions, kogito-processes, kogito-rules, narayana-jta, resteasy, resteasy-jackson, smallrye-context-propagation, smallrye-fault-tolerance, smallrye-health, smallrye-openapi, swagger-ui, vertx]