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

cancel
Showing results for 
Search instead for 
Did you mean: 
kinjal
Member II

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

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

3 Replies
abbask01
Senior Member

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

the process deifinitions are stored  in ACT_RE_PROCDEF table in the form of XML binaries blob.

Regards,
Abbas
kinjal
Member II

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

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

abbask01
Senior Member

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

Get the resource_name from the ACT_RE_PROCINST table and search it in ACT_GE_BYTEARRAY. the BYTES_ column contains the data.

Regards,
Abbas