Hi Devs, We found that the current registry structure needs some updating to allow the following functional & usability features.
- Saving node data repeatedly executed through control nodes (for/while/if) - Saving large data in CLOB format rather than BLOB format (makes data human readable directly from DB) - Saving custom configuration data under group names There is 2 parts to adding these... 1. Updating the database tables & JPA resource classes 2. Updating functions to expose these. IMO we need to have the 1st one in order to have backward compatibility. WDYT? Thanks, Saminda
