Flowable-Modeler

Hello,

We are using the flowable modeler to model our business application. Now I want to define an error end event where an error or rather an error code is expected and which is configured below definitions level (like you did it in your documentation, https://flowable.org/docs/userguide/index.html#bpmnErrorEndEvent). How can I define such an error (code) in flowable-modeler? If I configure an error manually in the bpmn file and upload it to the modeler, the error will be deleted by the app.

Thanks and best regards,
Amir

If you set an errorCode in the end event, it should generate the correct bpmn xml for you. Doesn’t it do that? I mean, do you have an example xml where the end error event isn’t working when you try to run it in the engine?