This is an automated email from the ASF dual-hosted git repository.
rikkola pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-website.git
The following commit(s) were added to refs/heads/main by this push:
new 8325f48 Migrate sonataflow.org to kie-website #1949
8325f48 is described below
commit 8325f4817fda488e0f11c0220cf19c318fe343af
Author: rikkola <[email protected]>
AuthorDate: Mon May 5 11:57:56 2025 +0300
Migrate sonataflow.org to kie-website #1949
---
docs/components/sonataflow/sonataflow.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/docs/components/sonataflow/sonataflow.md
b/docs/components/sonataflow/sonataflow.md
index b1e6476..365d2d7 100644
--- a/docs/components/sonataflow/sonataflow.md
+++ b/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.
+* Internal Service execution or invocation. SonataFlow is also a workflow
framework to build applications. You can use it to create custom services in
the same thread to run a lightweight workflow-based application within the same
instance.
+
+You can learn how to create, manage, and deploy your workflow applications
with the guides included in the
[Documentation](https://kie.apache.org/docs/documentation/).
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]