Hi List, I m very new to Activiti. I am trying to learn this through the manning book and i was going through the sample programs. I executed successfully BookOrderTest.java in chapter 1. My code are as bellow.
That's because the task is created in an in-memory database. So if you change it to for example a standalone H2 database for both the unit test as well as the Activiti Explorer it should work.