cancel
Showing results for 
Search instead for 
Did you mean: 

How Activiti API communicate with Activiti Engine

tschiela
Champ in-the-making
Champ in-the-making
Hello,

i have a simple question, but i dont find a answer in the manuals. How does the Activiti Java API communicate with the Activiti Engine Server?

Greets
Thomas
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
The activiti API runs in the Activiti server. So if you can't to use the Activiti Java API, your classes should run in the same JVM as activiti-engine does. The user guide explains how you can easily configure an engine, e.g. using spring…