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

Highlighting Variable sources and/or actions where it is used when hovering over or clicking it with a mouse #4520

Open
vheinila opened this issue Sep 11, 2024 · 1 comment
Labels
backlog Queued in backlog data handling enhancement New feature or request

Comments

@vheinila
Copy link

Problem you would like to solve

In complex processes it is sometimes very difficult to determine where a variable originates from. I've noticed this since I started as a Eng Ops manager here at Camunda and started to familiarize myself with the release train process. When you have a long process, which has a lot of sub-processes, it is often very difficult to trace where a variable was first defined.

Proposed solution

One idea I had was to have a functionality where when you hover your mouse over any variable (or click it), the modeler would highlight the actions where it is used. Additionally, it could show a list of sub-processes where it is used. The action / process where the variable was defined could be highlighter with a different color (e.g. red in my example picture) and the ones where it is simply used, could be highlighted with another (e.g. Green in my example).

Sorry, the quality of the example picture is not the best, but I hope it gets the idea across. :)

Variable Highlight improvement idea

Alternatives considered

In the latest release there was a feature released where you can see the list of all variables used, so it partly addresses this issue. However, I still think this would be a great quality of life / usability improvement for learning the process and problem tracing.

Additional context

Operating on Camunda 8

@vheinila vheinila added the enhancement New feature or request label Sep 11, 2024
@nikku
Copy link
Member

nikku commented Sep 11, 2024

Thanks @vheinila!

What you see today is only the first iteration of variable insights. I agree that explicit, visual hinting (in different places) can be very powerful, and we'll consider it in a future iteration.

@nikku nikku added backlog Queued in backlog data handling labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog data handling enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants