paulshestakov / aws-step-functions-constructor

VSCode extension to visualize AWS step functions
MIT License
31 stars 11 forks source link

Map steps not visually correct #16

Closed lj9142 closed 3 years ago

lj9142 commented 3 years ago

This looks really useful and look forward to using it but an issue we have is that we use a map step function but it shows it as one box but i would have expected it to look a bit like the parallel where it is an outline and the lambda steps we have inside it are boxes within it to make it clear what is happening inside it.

Is this expected behaviour at the moment? Is there any plans to change the visual for this?

Thanks!

paulshestakov commented 3 years ago

Map step was indeed missing in visual 😞 Thanks, I've just pushed the change. If you you update your extension it will look like this image

lj9142 commented 3 years ago

Brilliant, that is working for me now, thanks for the speedy fix!

I have one more, for steps in the case of an error, there is no link to the step they come from as you can see here:

image

Is it possible to get that fixed? Shall i raise a new issue?

Thanks again, a really useful extention!

paulshestakov commented 3 years ago

Yep, added parent -> child edges for Catch and Retry properties, you may update the extension now It should be like this Thank you for feedback! image