cancel
Showing results for 
Search instead for 
Did you mean: 

Where to start to understand Activiti engine

gromar
Champ in-the-making
Champ in-the-making
Hello.

I am looking for an easy way to understand little bit more how activiti works (architecture, components).
e.g.:

- usage of org.activiti.engine.impl.interceptor.Command<T>
- persistance (org.activiti.engine.impl.persistence.AbstractManager)

Could somebody point me to doc/code where to start?

Thanks.
1 REPLY 1

trademak
Star Contributor
Star Contributor
The best way to look at that kind of "internal" stuff is really to study the code and mainly the unit tests. They provide a lot of insight in the internal working of the engine.

Best regards,