SWF-Editor: Export workflow to svg #1665
Labels
area:sonataflow
Related to CNCF Serverless Workflow Spec and SonataFlow
area:tools
Issues affecting Apache KIE tooling projects
Summary
The goal of this task is to add means to export the workflow to SVG.
A button should be added to the zoombar to export the workflow to SVG file.
An API should also be added to get the SVG content (string) without creating a file.
Description
React flow provide means to integrate external libs to do the job of exporting the canvas content to various formats.
Testing
Run the component and load a valid workflow from storybook.
Click on the button to export to SVG and check the download file.
Open the console and call the API to get the SVG content for the workflow.
The text was updated successfully, but these errors were encountered: