cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Sequencing logic

manas
Champ in-the-making
Champ in-the-making
Hi,


Could anyone explain the how activiti determines the sequencing for the database records.
What about external databases ?

Thanks,

Manas.
4 REPLIES 4

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Manas,

I do not understand the question. Can you be more specific?

Regards
Martin

jbarrez
Star Contributor
Star Contributor
Activiti has it's own database id generator (by default takes out of a pool of shared ids or uses UUID), if that's what you meant?

manas
Champ in-the-making
Champ in-the-making
Hello Joram,
Yes, I meant this.
As far as i know, activiti uses an H2 database, where we can have auto generators.
What about cases when i want to save details on some other database, say oracle , where we need to have sequences and triggers ?
How would the integration be then ?

Thanks.

jbarrez
Star Contributor
Star Contributor
Activiti doesn't use any of that, it has its own ID generator, which works on any database.