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(converter): transform algorithms model into bpmn model #25

Merged

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented May 1, 2020

Here is the render when loading the A.2.0.bpmn file from BPMN-MIWG
Generated BPMN file: A.2.0_generated_diagram.bpmn.zip

Implementation notes

  • Notice that there are no waypoints for edges in the generated bpmn file.
  • The lane and laneset are not taken from the BPMN file
  • some tests are missing

Initial shapes and edges

bpmn-visualization-js 0.1.3-dev
The cross in the exclusive gateway is too large, this is due to the lib (still under development) not to the generated file
The events shapes are ellipse because this is generated like this in the file
Notice that, even if there are no waypoints, the edges stop on the border of the shapes

A 2 0_generated_diagram_bpmn-visualization-js@0 1 3-dev

demo.bpmn.io (bpmn-js 6.5.1)
The event shapes are circles because the lib enforces it.
The edges go to the center of the shapes (no waypoints).

A 2 0_generated_diagram_demo bpmn io__bpmn-js@6 5 1_

@tbouffard tbouffard force-pushed the feat/gh-13-transform_algorithms_model_into_bpmn_model branch from 2896ce7 to 6890f49 Compare May 2, 2020 22:14
@tbouffard tbouffard marked this pull request as ready for review May 6, 2020 13:42
@tbouffard tbouffard merged commit 622d683 into master May 6, 2020
@tbouffard tbouffard deleted the feat/gh-13-transform_algorithms_model_into_bpmn_model branch May 6, 2020 13:49
@tbouffard tbouffard added the enhancement New feature or request label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant