elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.23k stars 1.13k forks source link

Printing/Exporting Workflow Definitions #4134

Open MikeDLi opened 1 year ago

MikeDLi commented 1 year ago

While evaluating 3.0.0.rc-1, I could not find any documentation about printing out a workflow design, either as SVG, or PNG. Ideally be able to do so via the designer and through a rest api.

Use Case: Some manufacturing environments require a printout of workflow design as part of process documentation.

Please advise.

Thanks

Mike

sfmskywalker commented 1 year ago

That’s not currently implemented, but is something I would like to see added as well 👍🏻

nickbeau commented 1 year ago

You could parse the workflows JSON and put it through MermaidJS. We did this in blazor: https://www.linkedin.com/posts/nickbeaugeard_incorporating-mermaid-diagrams-with-blazor-activity-7015485600526983168-hC_h/?originalSubdomain=au

sfmskywalker commented 1 year ago

Very cool!