How does Camunda 8 handle Compensation Event?

We need to support rollback scenario with Camunda 8 but compensation event is not supported.
Could you please explain and give an example how can we meet it?

Hey @perihan.cetiner

Just for reference the related zeebe issue Support for BPMN compensation activities · Issue #5134 · camunda/zeebe · GitHub

Regarding your question, I guess you can implement it via an interrupting event sub process or maybe multiple boundary events, which trigger the rollback actions.

Greets
Chris

1 Like

[EPIC] Add support for BPMN compensation events · Issue #14920 · camunda/zeebe · GitHub is target to Camunda 8.5.

Will Camunda 8.5 be released in April 2024?