sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Java SDK for Serverless Workflow

Results 43 sdk-java issues
Sort by recently updated
recently updated
newest added

**What would you like to be added**: Having done #730 for the base spec, now we can start adding the suppliers, consumers, and DSL recipes to the agentic DSL too....

spec:1.0.0

**What would you like to be added**: After LangChain4j support, we need a few improvements on the DSL and agentic use cases side. **Why is this needed**: 1. Add a...

spec:1.0.0

**What happened**: Given the following builder: ```java public class WorkFlowBuilder { public Workflow buildWorkFlow() throws JsonProcessingException { ObjectMapper mapper = new ObjectMapper(); JsonNode sendOrderArgs = mapper.readTree(""" { "supplier-id": "1", "content":...

spec:0.8