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

[Feature Request]: Package/Library for generating SVG out of BPMN #2801

Open
rbcb-bedag opened this issue Dec 12, 2024 · 1 comment
Open

Comments

@rbcb-bedag
Copy link

Currently a SVG of a BPMN file can only be generated manually trough the VSCode Extension.

It would be nice to externalize this functionality to be available as a automated step during a build pipeline (eg. maven).
So we don't need to first do it manually as developers and also don't need to check in generated code.
Also currently when we don't generate the SVG manually, the SVG endpoint (for example used by the management console) then doesn't/can't give a SVG as response (as of my understanding).

For a simple solution the functionality to generate the SVG from a BPMN file path could be externalized to a own npm package.
This package could then be used in maven via the frontend-maven-plugin.

And afterwards (optionally), it would be nice to have it as a own maven plugin.

@tiagobento
Copy link
Contributor

I'm not against having such library, but we actually have plans to have Management Console not depend on the SVG anymore, and instead render a read-only BPMN Editor of the process based on the upcoming new BPMN Editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants