fjtirado commented on issue #1181: URL: https://github.com/apache/incubator-kie-issues/issues/1181#issuecomment-2227986010
@fjtirado I agree the more complex part that we need to do to support shared information between workflows is the persistent layer. Specifically how to store non primitive data (since, at least, in theory, you can share any type of information). Since we have multiple persistence addon, my plan was to implement support only for the JDBC one and, maybe the mongodb. The latter will be trivial since you can model the complex object as a json document. For JDBC, I was thinking on using a three column table (contextId, name and value) where complex objects are normalized into simple ones (and use . as separator char for naming) -- 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]
