jstastny-cz opened a new pull request, #6839: URL: https://github.com/apache/incubator-kie-drools/pull/6839
To maintain correct data-isolation boundaries, we need to update root_process references for relevant entries in runtime persistence tables. Specifically, in a parent -> child relationship, once parent is migrated and its process id and/or process version are changed, such change needs to be reflected also on the side of given instanes' children. The solution in schema connects each "child" instance with its root process instance also using `root_process_instance_id` column - which then allows adjustment of the migrate queries in the Repository class. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
