SonataFlow Guides
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/Async API. 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 following guides.
Core Concepts
Learn about the CNCF Serverless Workflow Specification implementation
Learn how to use the Event state in your workflow application
Learn how to use the Callback state in your workflow application
Learn how to create jq expressions to manipulate data within a workflow execution
Learn how to handle errors in your workflow application
Quick reference of configuration properties in workflow
Learn about the input schema definition used to validate the workflow data input against a defined JSON Schema
Learn about the custom functions supported by Serverless Workflow
Learn how to configure timeouts in the workflow
Working with parallelism in your workflow project
Tooling
Learn how to install and use the Serverless Workflow editor
Learn how to install and use the VS Code extension for Serverless Workflow editor for creating workflows.
Learn how to use Serverless Logic Web Tools for creating and managing workflows, decisions, and dashboards.
Learn how to install and use the Chrome extension for Serverless Workflow editor to view and edit workflows directly in Github.
Service Orchestration
Learn how to orchestrate REST services using OpenAPI specification descriptors
Learn how to use the OpenAPI Callback in your workflow application
Learn about orchestrating gRPC services
Event Orchestration
Learn how to trigger and consume events using AsyncAPI specification descriptors
Learn how to configure event correlation in your workflow application
Learn how to configure your Quarkus Workflow Project to produce and consume events using Apache Kafka
Learn how to configure your Quarkus Workflow Project to produce and consume events on Knative Eventing
Security
Learn how to use authentication methods when calling REST services using OpenAPI specification
Learn about the OAuth2 method support when orchestrating REST services using your workflow application
Executing, Testing and Troubleshooting
Learn how to use the Serverless Workflow extension in Quarkus Dev UI
Learn how to install the SonataFlow plug-in for Knative CLI
Testing Quarkus Workflow Project that uses HTTP CloudEvents and Knative Sink Binding
Learn how to mock external REST requests when testing your Quarkus Workflow Project
Learn how to add unit tests in your Quarkus Workflow Project using RestAssured
Persistence
Running Quarkus Workflow Applications using PostgresSQL
Migrating your existing PostgreSQL Database with changes from the SonataFlow upgrade using Flyway
Learn how to integrate tests on Quarkus Workflow Applications that use PostgreSQL as a persistence storage
Integrations
Learn how to use Camel Routes within your workflow application
Learn how to invoke Knative Services from SonataFlow custom functions
Exposing the workflow base metrics to Prometheus
Learn how to use dashboards to display the runtime data of your workflow application
Job Service
Details about Job Service to control timers in SonataFlow
Details about how to configure you Quarkus Workflow Project to interact with the Job Service in SonataFlow
Data Index service
Learn Data Index core concepts, allowing to understand the purpose and the different deployment options that are provided.
Go deeper in details about Data Index as standalone service deployment.
Explore Data Index as Quarkus extension in SonataFlow