The error is pretty clear:
Unknown process ID: Evaluation |
|
|
Check inside the Evaluation.bpmn file and look inside the process tag (<process id="....">) for the id attribute.
When you want to start a process you should use the id that is specified inside that attribute.
If that works we can see what is missing in hibernate, because you will get a different error.
Cheers