Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export Step function visual workflows as svg/png

We have no issue using AWS step functions and we can even say that our return of experience is leading to more and more step machines.

Still, we would like to emphasize some of our state machines for internal documentation and would love to find a better way to export step function visual workflows than the typical screenshot. In particular for large state machines.

They are computed as and displayed as svg so we tried svg export Chrome extensions like:

  • Export SVG with Style
  • SVG Export

They both generated black hidden unusable svg files.

Is anyone already trying that?

Illustration of a visual workflow with one of the blueprints:

Illustration of a visual workflow with one of the blueprints

like image 950
herve Avatar asked Nov 08 '22 14:11

herve


1 Answers

The Step Functions console now supports exporting the graph to PNG or SVG. At the top of the state machine viewer, click Export > Export to SVG or Export to PNG.

Screenshot

like image 159
adamwong Avatar answered Nov 26 '22 23:11

adamwong