Spring transaction synchronization withe zeebe client

I am using zeebe client in spring boot application. I want to synchronize(bound) the transaction in spring like rollback and commits.

As of now if any errors are happened after the zeebe client call to next step, it will never rollbacks.

Hi @regojoyson, I have never done this. Someone else in the forum may have, and may be able to say: “Oh yeah, I’ve done that!

Otherwise, I am happy to look into it, but I need more information. Please take a look at this post about Minimal Reproducible Examples.

1 Like

there is no association about transaction and zeebe, do you job in transaction as you have done in the past

1 Like