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

[FEAT] Provide a way to display flow node information on mouse click #427

Closed
NathalieC opened this issue Jul 15, 2020 · 3 comments · Fixed by process-analytics/bpmn-visualization-examples#117
Assignees
Labels
BPMN diagram usability Something about the way we can interact with BPMN diagrams enhancement New feature or request
Milestone

Comments

@NathalieC
Copy link
Contributor

Describe the solution you'd like
On flow node, click, get a pop over widget that can display information made available externally.
For example, be able to display the task journal: "pending on", "failed on", replayed on", "by", "assigned on", "by", "executed on", "by"...

@NathalieC NathalieC added the enhancement New feature or request label Jul 15, 2020
@NathalieC NathalieC added this to the Additional display features milestone Jul 15, 2020
@NathalieC NathalieC changed the title [FEAT] Provide an way to display flow node information on mouse click [FEAT] Provide a way to display flow node information on mouse click Jul 15, 2020
@tbouffard tbouffard added the lib extensibility Something about how the lib can be extended label Aug 6, 2020
@tbouffard tbouffard added BPMN diagram usability Something about the way we can interact with BPMN diagrams and removed lib extensibility Something about how the lib can be extended labels Dec 3, 2020
@tbouffard
Copy link
Member

First API available, see #857 (comment)
Examples showing the use case described in this issue will be created soon.

@tbouffard
Copy link
Member

tbouffard commented Dec 7, 2020

1st example showing how to implement this use case is available with process-analytics/bpmn-visualization-examples#105
We won't provide any direct support for this but we will provide API like #927 and #929 to achieve it.

@tbouffard
Copy link
Member

tbouffard commented Dec 14, 2020

process-analytics/bpmn-visualization-examples#117 provides an example that show how to get bpmn information from the API and display them in a tooltip or popover.
The BPMN info can be used to retrieved extra data from any sources, for instance runtime or execution data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BPMN diagram usability Something about the way we can interact with BPMN diagrams enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants