ricardozanini commented on code in PR #2532: URL: https://github.com/apache/incubator-kie-tools/pull/2532#discussion_r1727961789
########## packages/sonataflow-mock-server/README.md: ########## @@ -0,0 +1,11 @@ +# SonataFlow Mock Server + +### Description + +The SonataFlow Mock Server provides the SonataFlow GraphQL and OpenAPI endpoints. + +### Usage + +To run the development server, use the following command: + +`pnpm start` Review Comment: If I understood correctly, this is mocking a SonataFlow deployed service. I'd call it `sonataflow-dev-app` or `sonataflow-mock-app` to clearly describe the intention of this package. It's not a server, actually is a **serverless** workflow implementation 😛 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
