Skip to content

Latest commit

 

History

History

schedule

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

This sample demonstrates how to setup a schedule to run a workflow

Steps to run this sample:

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

to start worker for schedule workflow. 3) Run

go run schedule/starter/main.go

to start a schedule to run a workflow every second.