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] Introduce 1st API for execution data #908

Merged
merged 8 commits into from
Nov 26, 2020

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented Nov 26, 2020

This is the foundation API that allows to retrieve an Html Element related to a BPMN element.
It is very generic but allow to cover a lot of use cases.

Once the Html element is retrieved, the integration is able to apply interactive behaviour like
opening a call activity on click, display task information on mouse hover (start execution time, assigned from a given data, ....) and much more.

Example with a modified demo 99891e6

We load a diagram (xxx from the examples repository), no custom interaction is available
We enter a BPMN element id (of an User Task), bpmn-visualization provides the corresponding Html element then the demo code registers a listener to open an alert when clicking on the element of the diagram

open an alert on clicking on a BPMN element

@tbouffard
Copy link
Member Author

Putting in draft to be able to fix failing e2e tests

@tbouffard tbouffard marked this pull request as draft November 26, 2020 11:35
@tbouffard
Copy link
Member Author

Tests fixed, ready for review

@tbouffard tbouffard marked this pull request as ready for review November 26, 2020 14:04
Copy link
Contributor

@aibcmars aibcmars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lib integration Something about how an app can integrate the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants