The 3ScaleProcess repo contains 3 projects
- Scale3Pojos - Jaxb project for working with the 3Scale XML - has to be imported into BPM as a dependency. This can be done by compiling the project using "mvn package" to create the jar file. The jar file can than be loaded via business central using Authoring --> Artifact Repository
- sync - Spring boot Fuse application that received web hooks events from 3Scale. Transforms the request and starts a BPMS process for authoiration
- workflows - the BPMS process project - This needs to be clone into BPMS using business central
Note: To create a running BPM instance, Eric Schabell's guide was followed here :- http://www.schabell.org/2016/11/appdev-cloud-howto-run-jboss-bpmsuite-in-container.html
You can edit the docker file to create more BPM users for the demo