-
Notifications
You must be signed in to change notification settings - Fork 630
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
Execution listeners on processes or participants are not shown in Operate UI #24287
Comments
@ArezooAzar To test this you can simply follow the same steps to reproduce and example bpmn processes listed in the description of this issue. The expected behavior is also described there (basically the listeners attached to the process or participant (root flow node on Instance History panel) should be visible. |
#25249) ## Description - Adds support for showing listeners attached to processes (root node on Instance History) as well as in participants ## Checklist <!--- Please delete options that are not relevant. Boxes should be checked by reviewer. --> - [ ] for CI changes: - [ ] structural/foundational changes signed off by [CI DRI](https://github.com/cmur2) - [ ] [ci.yml](https://github.com/camunda/camunda/blob/main/.github/workflows/ci.yml) modifications comply with ["Unified CI" requirements](https://github.com/camunda/camunda/wiki/CI-&-Automation#workflow-inclusion-criteria) ## Related issues related to #24287
@vitorwtavares: Where can I find the fix? Can you share an image tag or preview environment link where I can test it? |
@ArezooAzar you can test with snapshot images as the fix has been merged to main |
@vitorwtavares : please review the test case here. |
@ThorbenLindhauer : Thank you for your reply. There were some issues with the snapshot earlier, but they have been resolved now. I tested it in the SaaS environment. |
Looks good! Can we mark the issue as done? EDIT: Confirmed QA is done with @ArezooAzar on Slack, so this issue can be marked as Done. |
SUPPORT-24288
Describe the bug
Instance listeners can not be inspected in the Operate UI when they are defined on a process root or on a participant.
To Reproduce (case A: execution listener on root process)
Steps to reproduce the behavior:
foo
Current behavior
When clicking on the root process in the instance history or deselect any element from the diagram, there is no execution listener tab visible, even though there are execution listeners on the root of the process.
Expected behavior
The execution listener tab should be visible and contain listeners when clicking on the root process in the instance history or deselect any element from the diagram.
To Reproduce (case B: execution listener on participant)
Steps to reproduce the behavior:
foo
Current behavior
The participant on the diagram is not clickable, so the execution listener tab is never shown for listeners on the participant.
Expected behavior
Participants should be selectable and show related listeners when selected.
Environment
Additional context
example-diagrams.zip
Acceptance Criteria
Definition of Ready - Checklist
Bug-area
labelFor UI changes required to solve the bug:
Implementation
🔍 Root Cause Analysis
💭 Proposed Solution
👉 Handover Dev to QA
BPMN/DMN models, plugins, scripts, REST API endpoints + example payload, etc :
📗 Link to the test case
User can see the Listeners tab in the details view when a listener is added to root process or participant elements
The text was updated successfully, but these errors were encountered: