Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

BpmnError doesn't handle for ReactorTaskListener #90

Open
EugeneMsv opened this issue Jan 17, 2019 · 1 comment
Open

BpmnError doesn't handle for ReactorTaskListener #90

EugeneMsv opened this issue Jan 17, 2019 · 1 comment
Labels

Comments

@EugeneMsv
Copy link

I'm using your plugin and when the ReactorTaskListener throws BpmnError into notify method it doesn't handled. I can't catch it using task_error element into bpmn model, it just rollbacks transaction.

@jangalinski
Copy link
Collaborator

Yes, indeed, you are right. I actually never considered this behavior, but it is plausible since the CamundaEventbus is configured using the UncaughtErrorHandler which throws runtime exceptions ...

A possible fix would be to filter on bpmn errors.

I will mark this as a bug.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants