serverlessworkflow/sdk-java

Reactive api rest for get SVG

Closed this issue · 3 comments

What would you like to be added:
Reactive api rest for get SVG
Why is this needed:
Interact with the application without unit tests

@davideduma merged your pr, ty again. Please take a look at 5809c62

make some simplifications to the code and i make it its own module rather than being part of main modules as it does not
use the same parent pom and we cannot thus make it part of a sdk release.

also added update to main readme

one thing id like to ask, it would be really nice to change the response to be actual svg xml and not json that includes the svg as value of the "result" response element. let me know if this is something you want to work on. would be imo great improvement to whats there now.

made the small change to have the svg xml direct result rather than json - #219

thanks again for great contribution

@tsurdilo

I'm happy that PR it was accept and to know that is helpful.
I hope to continue contribute in this project.