elguardian commented on issue #1181: URL: https://github.com/apache/incubator-kie-issues/issues/1181#issuecomment-2102671621
Adding the design constraints: 1. Should be stored outside the process state 2. Pluggable (data base store as default impl) 3. Should be lazy load. Not required to access anytime we access the process state but should be involved automatically in any input/output like a process or context variable 4. Setup should be logically defined through idiom definition but wired at runtime level. It is to say. The workflow definition should say this store points to this logica store and runtime define the mappimg between the logical store and physical storage. 5. The store should define what is stored in it. For instance it has store the variable name with this structure. ( that way we can use those identifiers like variables amd we can compute the outcome type) 6. Persistence is something decoupled from the variable itself -- 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]
