I am using activiti explorer to create and edit process model diagram but need to know where this diagrams are stored by activiti-explorer ? which activiti database table stores bpmn info and in which format ?
Thanks for any guidance
the process deifinitions are stored in ACT_RE_PROCDEF table in the form of XML binaries blob.
I can see 'act_re_procdef' table in mysql activiti database but i can not see any column which contains BLOB xml file
can you tell me which column stores that xml file ?
Thanks
Get the resource_name from the ACT_RE_PROCINST table and search it in ACT_GE_BYTEARRAY. the BYTES_ column contains the data.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.