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?