Temporal 101 with Kotlin
- Download and install Temporal CLI
- Start temporal server via
temporal server start-dev --db-filename your_temporal.db
- Start WorkerStarter
main()
- Start Workflow via CLI with
temporal workflow start --type HelloWorkflow --task-queue hello-queue --input '"Devopenspace"'