Florian Dias
unread,Apr 3, 2026, 8:08:54 AM (7 days ago) Apr 3Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kogito development mailing list
Hello,
I am currently using Kogito 10.1.0 with Spring Boot and I have a question regarding process versioning.
I have observed that when I deploy a new version of my BPMN (bumped drools:version), all running instances on the previous version become orphaned, the engine filters them out by process_version and returns 404 for any operation on those instances.
I confirmed this behaviour through testing and verified it directly in the process_instances PostgreSQL table.
I am wondering whether Kogito provides a way to run multiple versions of the same process concurrently within a single application, so that in-flight instances on v1 can complete normally while new instances are created on v2, without requiring a migration.
Is there a supported approach for side-by-side versioning in 10.1.0, or is this planned for an upcoming release?
Thank you for your help.
Best regards,
Florian