-
Notifications
You must be signed in to change notification settings - Fork 33
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 BPMN Semantic data in addition to HTML elements #929
Labels
BPMN diagram usability
Something about the way we can interact with BPMN diagrams
enhancement
New feature or request
Milestone
Comments
tbouffard
added
enhancement
New feature or request
BPMN diagram usability
Something about the way we can interact with BPMN diagrams
labels
Dec 3, 2020
tbouffard
changed the title
[FEAT] Add BPMN Semantic data when providing HTML elements
[FEAT] Provide BPMN Semantic data in addition to HTML elements
Dec 3, 2020
This was referenced Dec 7, 2020
This was referenced Dec 15, 2020
aibcmars
added
BPMN diagram styling
Change the standard rendering: stroke color, thickness
and removed
BPMN diagram usability
Something about the way we can interact with BPMN diagrams
labels
May 20, 2021
tbouffard
added
BPMN diagram usability
Something about the way we can interact with BPMN diagrams
and removed
BPMN diagram styling
Change the standard rendering: stroke color, thickness
labels
Nov 23, 2021
This was referenced Feb 1, 2023
This was referenced Sep 15, 2023
github-project-automation
bot
moved this to Done
in Day to Day Board (bpmn-visualization)
Aug 29, 2024
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
Is your feature request related to a problem? Please describe.
With #927, we can get HTML Elements by providing only a type, so without knowing it in terms of BPMN Semantic. This means that it is hard for integration to be able to at least identify the related BPMN element (by its id) and so retrieve execution/runtime data associated to a running process.
Describe the solution you'd like
In addition to the BPMN HTML Element, provide BPMN Semantic information
userTask
,callActivity
,startEvent
, ...). Implemented by [FEAT] Add API to identify several BPMN elements on the diagram #940 ([email protected]
). Also state if it is a shape or an edge.To help navigating into the Bpmn Model (as a Graph, see #930)
In a first implementation, we should provide at least the general data, specific semantic data could be implemented in a second step.
Possible example to demonstrate the new capabilities
Given BPMN diagram, for all BPMN elements, display a popover with on top BPMN data, on the bottom simulated runtime data retrieved accordingly to the BPMN semantic information.
Implementation proposal
IMPORTANT: we may consider #927 while implementing this issue (at least provide the final method signatures)
1st implementation is proposed in #940
The text was updated successfully, but these errors were encountered: