Skip to content
Merged
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# jumpstart
Some repos Start. This one Jump Starts.
# Temporal Jumpstart: Java SDK

## Requirements
## System Requirements

* Java 17+
* Gradle 8.0.1 (wrapper included)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private ResponseEntity<String> startWorkflow(String id, MyResourcePut params) {
WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_REJECT_DUPLICATE)
.build();
var workflowStub = temporalClient.newWorkflowStub(MyWorkflow.class, options);

workflowStub.execute();
var wfArgs = new StartMyWorkflowRequest(params.id(), params.value());
// Start the workflow execution.
try {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subprojects {
}

ext {
javaSDKVersion = '1.25.2'
javaSDKVersion = '1.29.0'
jarVersion = '1.0.0'
}

Expand Down
94 changes: 0 additions & 94 deletions docs/curriculum/Activities.md

This file was deleted.

Empty file removed docs/curriculum/README.md
Empty file.
76 changes: 0 additions & 76 deletions docs/curriculum/Reads.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/curriculum/Starters.md

This file was deleted.

Loading