Description of problem: for some operations of task service pluggable variable persistence strategy is not used and thus making it impossible to store data outside of the process instance. Version-Release number of selected component (if applicable): How reproducible: use JPA entity as part of process instance that should be stored as regular entity rather than in the bytes of process instance. Make sure that variable is assigned to a user task so it will be stored and available to users working on a task. Use JPA strategy for storage of entities. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
fixed on master: jbpm master: https://github.com/droolsjbpm/jbpm/commit/3e1929275a3b678ff35345ea92a1c2bab86104c0 drools master: https://github.com/droolsjbpm/drools/commit/43db3aafbcb074a6c7e2ebafa2f5144c1bba9166
backported to 6.0.x: drools: https://github.com/droolsjbpm/drools/commit/26d024bddbec2d559c33062191f132a65164285a jbpm: https://github.com/droolsjbpm/jbpm/commit/c99c94c67ad157e9a2605126a59b1e765d4c5c93
Verified with BPMS-6.0.1.ER1