do we have some mechanism to extract the step function graph as svg or png which shows the states got excuted and and states got errored and flow of execution ?

0

After the step function got executed, do we have some mechanism to extract the step function graph as svg or png which shows the states got excuted and and states got errored and flow of execution ? I couldn't find any resources from aws documentation. Reaching out to this forum to see any tools from aws builder community.

asked a year ago373 views
2 Answers
2

You want to obtain this image via API or via console? If it's via console, you can easily do that via any screen capture utility. Via API, you can use https://awscli.amazonaws.com/v2/documentation/api/latest/reference/stepfunctions/describe-execution.html

profile pictureAWS
EXPERT
answered a year ago
  • I think the api gives execution details not the graph.

1

No. Currently there is mo such API for retrieving the image of the execution.

profile pictureAWS
EXPERT
Uri
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions