Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 323 Bytes

simple-java-template

To be used as a template project to bootstrap other projects on the Temporal Java SDK

Run Worker

./gradlew run

Start Workflow

temporal workflow start --type SimpleJava --task-queue simple-task-queue --input '{"val":"foo"}'