org.camunda.bpm.engine.ProcessEngineException: Unsupported intermediate throw event type | EscalationTest.bpmn | line 23 | column 67
Unsupported boundary event type | EscalationTest.bpmn | line 57 | column 107about both the intermediate throw event (throwing the escalation) and the boundary event catching it. I dont see what im doing wrong for i think im using the escalation elements just look Bernd Rückers book 'Praxishandbuch BPMN 2.0' (page 87) told me...can someone help?
I excepted the subprocess to trigger the escalation on going from 'Task B' to 'Task C', giving me 'Task D' and 'Task E' in parallel.
Thanks,
Stefan