A question about the roadmap for the SDK Java reference implementation #1113
Answered
by
ricardozanini
germantejero
asked this question in
General
|
Is the implementation of workflow and task timeouts included in the reference implementation roadmap? |
Answered by
ricardozanini
Aug 12, 2025
Replies: 2 comments 3 replies
|
Hi @germantejero, which implementation are you talking about? The main goal of this project is to offer the Workflow Specification. We have satellite projects to help the community implement the specification independently. The Java and Go SDKs have their reference implementations to facilitate engagement. We also have Synapse, which is a complete, production-ready implementation. Can you clarify? |
0 replies
|
Oh, I apologize for not being clear. I was referring to the reference implementation made in Java. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@germantejero Oh ok! You can take a look here:
https://github.com/serverlessworkflow/sdk-java/issues?q=state%3Aopen%20label%3Aspec%3A1.0.0
Despite that, we are adding agentic use cases on top of LangChain4j. The implementation is going quite fast and we plan to have it fully by the end of this year.
You can use it thou, there are many features already there. What are you looking for?