cancel
Showing results for 
Search instead for 
Did you mean: 

activiti engine design

adamkessintini
Champ in-the-making
Champ in-the-making
im preparing my Final projet assignement as BPM project
i use activiti engine to execute process
i basicly create app like activiti explorer from scratch
adding form generator and userview for those forms

but i find the concept of database wich activiti use is not organised (uml class)
can we just regroup (act_re_deployment,act_re_model and act_ge_bytearray) in one table

if it's possible i want learn more about activiti engine design
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Everything is possible in code and databases 😉
The reason for splitting off act_ge_bytearray is that because some older database don't handle blob storage well. Having it in one table and then using a foreign key works better in that case.