cancel
Showing results for 
Search instead for 
Did you mean: 

REST API and activiti.cfg.xml

mlfitz2
Champ in-the-making
Champ in-the-making
I'm a newb here and having a little trouble understanding how the REST WAR interactes with my BAR in version 5.17.

I don't understand how the REST WAR get's a reference to my BAR's specific ProcessEngine and performs the interaction.  Could someone point me to that documentation?   

Thanks in advance!
2 REPLIES 2

mlfitz2
Champ in-the-making
Champ in-the-making
I believe I see why I was confused.  The REST WAR contains it's own ProcessEngine, which I can configure.  My BAR itself wouldn't have a ProcessEngine embedded within it.  The REST WAR would use it's own ProcessEngine to interact with my process.

jbarrez
Star Contributor
Star Contributor
Yes, you are exactly right. A bar contains just the process descriptions you feed into the process engine.