camunda / zeebe

Distributed Workflow Engine for Microservices Orchestration
https://zeebe.io
3.05k stars 549 forks source link

feat: Return failed/successful operations count together with batch operation #18171

Open kristinkomschow opened 2 weeks ago

kristinkomschow commented 2 weeks ago

Description

Added feature to return the failed and successfully completed count of operations for batch operations to display them in the UI.

Notes for reviewer

I decided to fetch the additional data from the Operation index individually instead of for all currently active operations (as suggested in the issue), since the batch operations are loaded progressively while scrolling. Performance could probably be improved by requesting information for all the operations that are being loaded in one scroll at once. I'd like to hear opinions on that (and on whether it should be done before we merge the feature or if we can improve that later).

Related issues

closes #https://github.com/camunda/operate/issues/6294

github-actions[bot] commented 2 weeks ago

Operate Test Results

778 tests   759 :white_check_mark:  16m 48s :stopwatch: 130 suites   15 :zzz: 130 files      0 :x:  4 :fire:

For more details on these errors, see this check.

Results for commit c644d451.

:recycle: This comment has been updated with latest results.