Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 371 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 371 Bytes

This sample demonstrates how to setup cron based workflow.

Steps to run this sample:

  1. Run a Temporal service.
  2. Run
go run cron/worker/main.go 

to start worker for cron workflow. 3) Run

go run cron/starter/main.go

to start workflow with cron expression scheduled to run every minute.