Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transaction problem #404

Open
zhuhuawu opened this issue Jan 4, 2023 · 1 comment
Open

transaction problem #404

zhuhuawu opened this issue Jan 4, 2023 · 1 comment

Comments

@zhuhuawu
Copy link

zhuhuawu commented Jan 4, 2023

i defined a rule and the actions will call multi java service method. if one method execute failed,however the transaction not rollbacked

@cunzhiwang
Copy link

cunzhiwang commented Aug 29, 2024

You can throw the corresponding exception in the listener, and the outer layer can handle the transaction rollback based on that exception.For example, here.The premise is to implement the rule listener interface
image

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

No branches or pull requests

2 participants