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.

2回答
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
エキスパート
回答済み 1年前
  • 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
エキスパート
Uri
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ