Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 384 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 384 Bytes

temporal-devopenspace

Temporal 101 with Kotlin

Initial setup

  • 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"'