-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: delete CMMN Flowable case related data on zaak destroy notification #2677
feat: delete CMMN Flowable case related data on zaak destroy notification #2677
Conversation
unit-test-results 83 files +1 116 suites +1 1m 34s ⏱️ +2s Results for commit 5987781. ± Comparison against base commit d37c999. This pull request removes 3 and adds 6 tests. Note that renamed tests count towards both.
|
integration-test-results 30 files ±0 30 suites ±0 38s ⏱️ -3s Results for commit 5987781. ± Comparison against base commit d37c999. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #2677 +/- ##
============================================
+ Coverage 55.86% 55.97% +0.11%
- Complexity 3434 3448 +14
============================================
Files 1004 1004
Lines 22743 22777 +34
Branches 1778 1780 +2
============================================
+ Hits 12705 12750 +45
- Misses 9104 9210 +106
+ Partials 934 817 -117
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Delete CMMN Flowable case related data on zaak destroy notification, including any Flowable tasks related to the case.. Not yet deleting any BPMN related data (future PR).
Solves PZ-3848