Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 890 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 890 Bytes

BPM-Taxi

Example illustrating using BPM Suite to model process of ordering taxi.

Getting started

  1. unzip EAP 6.4.x or JBoss AS 7
  2. install BPM Suite 6.3.x
  3. create a new user with roles: admin, analyst, operators
  4. setup REST endpoints
  5. login to Business Central
  6. switch to Administration and clone this repository

Setting up REST services

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.