Skip to content

Latest commit

 

History

History
 
 

cron

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

This sample demonstrates how to setup cron based workflow.

Steps to run this sample:

  1. You need a Temporal service running. See README.md for more details.
  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.