Enable Expections on BpmnError

I’m trying to set this option, but Tomcat does not start if set on the bpm-platform.xml

<property name="enableExceptionsAfterUnhandledBpmnError">true</property>

Is there another place I can set this configuration?

Thanks,
Leonardo

Hi @homer1980,

which Camunda version do you use?
Please share your bpm-platform.xml.

Best regards,
Philipp

bpm-platform.xml (3.6 KB)

Here it is. If I add the line in the properties section it fails to start.

The property enableExceptionsAfterUnhandledBpmnError is only available from Camunda 7.8.0-alpha1 on.

2 Likes

The property enableExceptionsAfterUnhandledBpmnError is only
available from Camunda 7.8.0-alpha1 on.