serverlessworkflow / sdk-java

Java SDK for Serverless Workflow
http://serverlessworkflow.io
Apache License 2.0
79 stars 46 forks source link

Add OpenAPI task implementation #477

Open fjtirado opened 7 hours ago

fjtirado commented 7 hours ago

Implement OpenAPI task.

@mcruzdev Take a look to https://github.com/serverlessworkflow/sdk-java/blob/main/impl/http/src/main/java/io/serverlessworkflow/impl/executors/HttpExecutor.java There should be a new maven module that follow the same approach for OpenAPI

mcruzdev commented 3 hours ago

This one is very interesting, I would like to contribute with.