Hide Forgot
If a task form doesn't show all the POJO fields the POJO will loose the non-added fields data when the task is executed. Steps to reproduce: 1.- Create a POJO with to fields. 2.- Create a Process using the POJO with 2 human tasks and generate all forms. 3.- Edit the first task form and remove one of the form fields 4.- Deploy the project and run the process an fill all the form fields. Execute the first task and when the second task form is opened it will show one field filled and other field empty.
Fixed FormProcessorImpl, there was a bug when it was trying to get the object to persist the form Data. Commit on master: https://github.com/droolsjbpm/jbpm-form-modeler/commit/b547824e2832badec6dd60377fa304f2e9d6b296 Commit on 6.0.x: https://github.com/droolsjbpm/jbpm-form-modeler/commit/e9dd38b0781b8d6665998a822fbf975341f6ad68
Verified in BPMS 6.0.0.ER4