-
Notifications
You must be signed in to change notification settings - Fork 16
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
Arrows not shown in BPMN diagrams #105
Comments
It seems like bpmn-js-cmd, which is used to convert bpmn, does not run on arm, and I don't have an x86 machine at disposal. |
I will try to reproduce this on the CLI with the non-Java versions - may be with a VM... Yes, it looks like the image is generated during the HTML part with bpmn-js in Maven:
There are no details about the generation within the PDF part unfortunately. |
I spun up a VM and rendered the diagram with the base Ruby projects, i.e., I installed Ruby and asciidoctor, asciidoctor-pdf, asciidoctor-diagram and nodejs with bpmn-js-cmd:
When rendering a pdf I also saw that it did not show the arrows: Rendering the bpmn to png instead of svg also shows the errors in the pdf. So that might be a workaround if you can live with the lower quality: [bpmn,test,png]
----
include::bpmn-example.bpmn[]
---- It would make more sense to open this issue in asciidoctor/asciidoctor-pdf. |
@robertpanzer, thanks for the analysis and workaround! I will create the issue in the asciidoctor/asciidoctor-pdf and link it with this ticket, so we can keep track of it. |
BPMN drawings do not show arrows in their connections, only lines are visible in PDF version.
The SVGs generated from Asciidoctor(J) Diagram shows the arrows and so the simultaneously created HTML version shows them in the correct way too, as tooling like the Camunda Modeler or Eclipse IDE does.
BPMN source example:
bpmn-example.bpmn.zip
SVG generated:
PDF generated with error:
BPMN error.pdf
Environment:
The text was updated successfully, but these errors were encountered: