You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When putting text like this in the adoc file content, it should generate the bpmn diagram corresponding from bpmn::test.bpmn[target=eric, format=svg, opts=inline] however the following error was thrown on the preview pane.
You can see that the first row was the unknown error that it thrown, and the subsequent are my bpmn file content (which proved that the reading of the file was successful but somehow the converter doesn't work
Expected behavior is it should display the BP diagram inline. The exact same thing works using asciidoctor -r asciidoctor-diagram sample.adoc which has the above line of code in the sample.adoc file.
Steps to reproduce
Install pycharm
Install asciidoc plugin from the pycharm setting
From the pycharm setting click to install the diagram extension
Open the sample.adoc file
Observe the error that i described above
Environment
Plugin Version: 0.38.16
IntelliJ Details:
PyCharm 2022.2.3 (Community Edition)
Build #PC-222.4345.23, built on October 10, 2022
Runtime version: 17.0.4.1+7-b469.62 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 16
Non-Bundled Plugins:
org.asciidoctor.intellij.asciidoc (0.38.16)
The text was updated successfully, but these errors were encountered:
@erictioh - thanks for sharing these details. Could you please add a complete valid BPMN file to this issue so I can test it locally? The BPMN above seems incomplete to me, some XML tags don't close. Thanks!
@erictioh - thanks for sharing these details. Could you please add a complete valid BPMN file to this issue so I can test it locally? The BPMN above seems incomplete to me, some XML tags don't close. Thanks!
The xml tag definitely incomplete because i only put in some crop of text. Here is the complete bpmn file for your test. test2.zip
Observed vs. expected behavior
When putting text like this in the adoc file content, it should generate the bpmn diagram corresponding from
bpmn::test.bpmn[target=eric, format=svg, opts=inline]
however the following error was thrown on the preview pane.You can see that the first row was the unknown error that it thrown, and the subsequent are my bpmn file content (which proved that the reading of the file was successful but somehow the converter doesn't work
Expected behavior is it should display the BP diagram inline. The exact same thing works using
asciidoctor -r asciidoctor-diagram sample.adoc
which has the above line of code in thesample.adoc
file.Steps to reproduce
Environment
Plugin Version: 0.38.16
IntelliJ Details:
PyCharm 2022.2.3 (Community Edition)
Build #PC-222.4345.23, built on October 10, 2022
Runtime version: 17.0.4.1+7-b469.62 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 16
Non-Bundled Plugins:
org.asciidoctor.intellij.asciidoc (0.38.16)
The text was updated successfully, but these errors were encountered: