Example illustrating using BPM Suite to model process of ordering taxi.
- unzip EAP 6.4.x or JBoss AS 7
- install BPM Suite 6.3.x
- create a new user with roles: admin, analyst, operators
- setup REST endpoints
- login to Business Central
- switch to Administration and clone this repository
OrderTaxi.bpmn2 process contains two REST tasks that expect following endpoints running: GET , content-type:application/xml Expected content is org.jboss.qa.examples.bpm_taxi.Registry serialized to XML. Test data are generated in /tmp/testRegistry.xml by running 'mvn test'. POST
http://www.mocky.io/ can be used for mocking REST endpoints.