Where is the process model designed in Activiti-Explorer saved?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2021 09:03 AM
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
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 01:21 AM
the process deifinitions are stored in ACT_RE_PROCDEF table in the form of XML binaries blob.
Abbas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 02:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 09:04 AM
Get the resource_name from the ACT_RE_PROCINST table and search it in ACT_GE_BYTEARRAY. the BYTES_ column contains the data.
Abbas
