Add Workflow Streams docs for the Java SDK#4888
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| /> | ||
| </RelatedReadContainer> | ||
|
|
||
| ## How Workflow Streams works |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'How Workflow Streams works' should use sentence-style capitalization.
Contributor
📖 Docs PR preview links
|
Mirrors the Python, TypeScript, and Go feature guides, sourced from the temporal-workflowstreams contrib module (sdk-java v1.37.0) and samples-java. Includes the Java-specific non-blocking listener subscriber API alongside the blocking iterator, and wires the page into the sidebar, Java index pages, and encyclopedia cross-links. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
flippedcoder
force-pushed
the
java-workflow-streams
branch
from
July 24, 2026 16:40
081b023 to
5efefe7
Compare
flippedcoder
force-pushed
the
java-workflow-streams
branch
from
July 24, 2026 19:46
e76ec3c to
8e15345
Compare
flippedcoder
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
Adds a Workflow Streams feature guide for the Java SDK, mirroring the existing Python, TypeScript, and Go pages.
docs/develop/java/workflows/workflow-streams.mdx, covering enabling a stream (WorkflowStream.newInstancein@WorkflowInit), publishing from Workflows and clients/Activities, subscribing, Continue-As-New rollovers, the deduplication window, best practices, and the LLM token-streaming example.WorkflowStreamSubscription) and the non-blocking listener (WorkflowStreamListener/WorkflowStreamSubscriptionHandle), which is unique to the Java SDK.sidebars.js, the Java SDK index pages, and the encyclopedia page's per-SDK cross-links.Content is sourced from the
temporal-workflowstreamscontrib module (sdk-java v1.37.0) and the samples-java workflow streams scenarios.Why?
Workflow Streams docs existed for Python, TypeScript, and Go but not Java, even though the Java contrib module shipped in SDK v1.37.0.
🤖 Generated with Claude Code
┆Attachments: EDU-6721 Add Workflow Streams docs for the Java SDK