Available Runtimes
Apache KIE SonataFlow
Production-Ready Enterprise RuntimeApache KIE SonataFlow is a tool for building cloud-native workflow applications. Use it for services and events orchestration and choreography.
- Cloud-native architecture
- Kubernetes integration
- Event-driven orchestration
- Enterprise support
Java SDK Reference Implementation
Fully Compliant Java RuntimeFull compliant Java implementation of the Serverless Workflow specification, providing a reference runtime for testing and development.
- Complete specification compliance
- Reference implementation
- Testing and validation
- Educational resource
Lemline
Highly Scalable Messaging RuntimeLemline is a highly scalable runtime running on top of your existing messaging infrastructure.
- Messaging-based architecture
- High scalability
- Existing infrastructure integration
- Event-driven workflows
Synapse
Cross-Platform Workflow PlatformSynapse is a scalable, cross-platform, fully customizable platform for managing and running Serverless Workflows.
- Cross-platform support
- Fully customizable
- Scalable architecture
- Workflow management
Runtime Capabilities
Serverless Workflow runtimes typically provide:Execution Engine
- Parse and execute workflow definitions
- Manage workflow state and context
- Handle task orchestration and coordination
- Support for concurrent and parallel execution
Integration
- HTTP/HTTPS service invocation
- gRPC protocol support
- OpenAPI and AsyncAPI integration
- Event consumption and emission
- Function invocation (FaaS)
Reliability
- Error handling and retry mechanisms
- Timeout management
- Transaction support
- State persistence and recovery
Observability
- Workflow execution logging
- Metrics and monitoring
- Distributed tracing
- Debugging capabilities
Scalability
- Horizontal scaling
- Load balancing
- Resource optimization
- High availability
Choosing a Runtime
When selecting a runtime for your workflows, consider:| Factor | Consideration |
|---|---|
| Deployment Target | Cloud, on-premises, Kubernetes, serverless platforms |
| Scale Requirements | Expected throughput, concurrency needs, resource constraints |
| Integration Needs | Required protocols, service dependencies, existing infrastructure |
| Operational Requirements | Monitoring, logging, debugging, support needs |
| Customization | Extensibility, plugin support, custom task types |
| Compliance | Specification version support, conformance testing |
Getting Started
Apache KIE SonataFlow
SonataFlow provides comprehensive documentation for getting started:Synapse
Synapse can be deployed as a standalone application or in container environments:Conformance Testing
All runtimes can be tested for conformance using the Conformance Test Kit (CTK). The CTK ensures that runtime implementations adhere to the Serverless Workflow specification. See the Conformance Testing guide for details on validating your runtime implementation.Contributing a Runtime
Want to contribute a new runtime to the ecosystem?- Implement the Serverless Workflow specification
- Validate with the CTK conformance tests
- Document your runtime implementation
- Submit a PR to add your runtime to this page