package
0.0.0-20241219220535-8a0333f0e255
Repository: https://github.com/temporalio/documentation.git
Documentation: pkg.go.dev
# README
Temporal Go SDK | Scheduled Workflows feature | example app
Steps to run this sample:
- Run a Temporal service.
- Run the following command to start the worker
go run schedule/worker/main.go
- Run the following command to start the example
go run schedule/create/main_dacx.go
- Check the Schedule at http://localhost:8233.
# Functions
ScheduleSomething is an Activity.
ScheduleWorkflow executes on the given schedule.