If you need to store extra properties, you will probably also need to change the UserTaskActivityBehaviour to read that poperty and add it to the entity. You can swap out behaviour by extending the DefaultActivityBehaviorfactory class and injecting it into the processEngineConfiguration.
Thanks for your help! But before I start a process, when i deploy a model on model workspace and on my deploy xml file (xyz.bpmn20.xml): My task haven't propeties 'abc' ( < userTask id="task1" name="InsertProfile" activiti:assignee="kermit"/ > ).
I try debug to fill something referent to xml parser, but i can't. Can you show me where do it. Thank you!
I try to modify UserTaskXMLConverter.java but my properties 'eformKey'=null. I upload my UserTaskXMLConverter.java file: I add lines: - 56, 97, 116, 140, 141