Where in the database are old workflow (bpmn) versions stored?

I see the act_re_procdef table, but it seems to contain metadata only. The closest thing to the actual workflow data in that table is the resource_name_ column, which seems to show the location of the bpmn file in the Java classpath. Camunda must store the full workflow for past versions, right? Otherwise, how could it continue to run process instances in old versions, and display the old version in the cockpit?

So, where is the workflow data stored?

I think it’s in act_ge_bytearray.

Specifically in rows where deployment_id_ is not null (there’s a bunch of other data in that table as well). Many thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.