We currently have a design with process engine and Process Application running on same JVM. I am toying with a new design using external workers but in our Process Application we have logic triggered by global task events (User task ready, claimed). I’d like to move that logic to the external application.
The integration wouldn’t have to be too complex. Im looking at the Bpm run component with sultry eyes and figured I need to solve how to route the task events to an external application.