fjtirado opened a new issue, #3793: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3793
### Description https://github.com/apache/incubator-kie-kogito-runtimes/pull/3412 added the possibility of resuming a workflow instance execution by using its bussines key Since business key was not explicitly in db schema but within payload, this implied a linear search, therefore https://github.com/apache/incubator-kie-kogito-runtimes/issues/3413 was used to modify the schema. As part of this change, since business key is suppose to be unique, business key was done primary key of the mapping table. However, it turns out that business key was also used to identify a group of process instances. Therefor this uniqueness constraint causes a backward compatibility issue (althught the functionality being broken was build on the wrong assumption that business key is not unique) After some analysis, it seems that the more advisable path is to relax the contraint. ### Implementation ideas _No response_ -- 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]
