Copilot commented on code in PR #37: URL: https://github.com/apache/incubator-kie-website/pull/37#discussion_r2073099031
########## docs/components/sonataflow/sonataflow.md: ########## @@ -6,4 +6,11 @@ sidebar_position: 0 # Sonataflow -This section is work-in-progress. Please refer to [Documentation](https://kie.apache.org/docs/documentation/) for the latest documentation. \ No newline at end of file + +SonataFlow is a tool for building cloud-native workflow applications. You can use it to do the services and events orchestration and choreography. Currently, with SonataFlow you can integrate with services and events in your architecture using: + +* CloudEvents. Ideal for an Event-Driven architecture where the services are ready to consume and produce events working in a more reactive way. +* Sync or Async REST services invocations via OpenAPI/AsyncAPI. There are options even to directly call a REST service in the architecture or ecosystem. Either async or sync methods are supported depending on your requirements. Review Comment: [nitpick] Consider streamlining the language to avoid redundancy. For example, simplify the description of REST service invocation options for better readability. ```suggestion * REST service invocations via OpenAPI/AsyncAPI, supporting both synchronous and asynchronous methods to suit your requirements. ``` ########## docs/components/sonataflow/sonataflow.md: ########## @@ -6,4 +6,11 @@ sidebar_position: 0 # Sonataflow -This section is work-in-progress. Please refer to [Documentation](https://kie.apache.org/docs/documentation/) for the latest documentation. \ No newline at end of file + +SonataFlow is a tool for building cloud-native workflow applications. You can use it to do the services and events orchestration and choreography. Currently, with SonataFlow you can integrate with services and events in your architecture using: Review Comment: [nitpick] Consider rephrasing 'do the services and events orchestration and choreography' to 'perform service and event orchestration and choreography' for improved clarity. ```suggestion SonataFlow is a tool for building cloud-native workflow applications. You can use it to perform service and event orchestration and choreography. Currently, with SonataFlow you can integrate with services and events in your architecture using: ``` -- 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]
