---
title: "Quarkus Flow 1.0.0 released"
url: https://daily.dev/posts/quarkus-flow-1-0-0-released-fcblhx0dd
source_url: https://quarkus.io/blog/quarkus-flow-1-0-0-released
type: article
source: "Quarkus"
published: 2026-08-26T16:28:10.336Z
updated: 2026-08-26T16:34:34.350Z
tags: ["kubernetes", "java", "quarkus", "langchain4j"]
reading_time: 6
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Quarkus Flow 1.0.0 released

**[Quarkus](https://daily.dev/sources/quarkus)** · 6 min read · 1 upvotes · 0 comments

## Summary

Quarkus Flow 1.0.0 has shipped as the first stable release of a lightweight workflow engine for Quarkus, built on the CNCF-sandboxed Open Workflow Specification. It runs embedded in the Quarkus runtime with no extra services, supports both YAML and a Java DSL for workflow definitions, and integrates with LangChain4j for agentic AI orchestration. Other features include CloudEvents messaging via SmallRye Reactive Messaging, state persistence (JPA, MVStore, Redis), OpenTelemetry/Micrometer observability, OIDC/OAuth2 security, Kubernetes Leases for durable workflows, a Dev UI panel, and GraalVM native image support. The 2.0.0 milestone targets Quarkus 4 with MCP client/server tasks, A2A protocol support, and a REST endpoint for workflow instances, while 1.1.0 will target Quarkus 3.40.0 LTS by end of September.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://quarkus.io/blog/quarkus-flow-1-0-0-released>

## Questions this post answers

### What is Quarkus Flow and what does version 1.0.0 include?

Quarkus Flow 1.0.0 is the first stable release of a lightweight workflow engine for Quarkus based on the Open Workflow Specification. It runs embedded in the Quarkus runtime with no extra services, supports YAML and a Java DSL for defining workflows, integrates with LangChain4j for agentic AI steps, supports CloudEvents messaging via SmallRye Reactive Messaging, offers JPA, MVStore, or Redis persistence, OpenTelemetry/Micrometer observability, OIDC/OAuth2 security, and compiles to GraalVM native image.

_Java teams evaluating workflow engines can track Quarkus ecosystem releases like this on daily.dev._

### How do I add Quarkus Flow to an existing Quarkus application?

Import the quarkus-flow-bom in dependencyManagement with version 1.0.0, then add the quarkus-flow dependency to your project, or run `quarkus ext add io.quarkiverse.flow:quarkus-flow` via the Quarkus CLI. A pre-built Docker runner is also available via a quickstart shell script for exploring the engine without adding it to a project directly.

_Developers wiring new extensions into Quarkus apps follow setup steps like these on daily.dev._

### What is planned for Quarkus Flow 2.0.0 and the upcoming 1.1.0 release?

Quarkus Flow 2.0.0 targets alongside the Quarkus 4 migration and will add Model Context Protocol client and server tasks, Agent-to-Agent protocol support for Open Workflow Specification 1.1.0, a REST endpoint for workflow instances, a dedicated testing extension, and a Quartz clustered scheduler. The 1.1.0 release, scheduled for end of September, will target Quarkus 3.40.0 LTS.

_Teams planning Quarkus upgrades can follow roadmap changes like this one on daily.dev._

## Similar posts on daily.dev

- [Java News Roundup: Spring Cloud, Quarkus, Hibernate ORM, JobRunr, LangChain4j, Java Operator SDK](https://daily.dev/posts/java-news-roundup-spring-cloud-quarkus-hibernate-orm-jobrunr-langchain4j-java-operator-sdk-e8bdvgtz6) · InfoQ · 0 upvotes · 0 comments
- [Java Weekly, Issue 622](https://daily.dev/posts/java-weekly-issue-622-yhsvtmyww) · Baeldung · 3 upvotes · 0 comments
- [Java News Roundup: Jakarta Query and Spring Milestones, Open Liberty, Camel, Quarkus, Grails](https://daily.dev/posts/java-news-roundup-jakarta-query-and-spring-milestones-open-liberty-camel-quarkus-grails-9yxbikhyv) · InfoQ · 0 upvotes · 0 comments
- [Quarkus Newsletter \#65 - February](https://daily.dev/posts/quarkus-newsletter-65---february-7fnk26ytp) · Quarkus · 0 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#java](https://daily.dev/tags/java), [#quarkus](https://daily.dev/tags/quarkus), [#langchain4j](https://daily.dev/tags/langchain4j)

[View this post on daily.dev](https://daily.dev/posts/quarkus-flow-1-0-0-released-fcblhx0dd)
