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?
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.