Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 459 Bytes

File metadata and controls

13 lines (7 loc) · 459 Bytes

Sleep for days

This sample demonstrates how to create a Temporal workflow that runs forever, sending an email every 30 days.

To run, first see README.md for prerequisites. Then, run the following from this directory in a separate terminal to start the worker:

dotnet run worker

Then in another terminal, run the workflow from this directory:

dotnet run workflow

The worker terminal will show logs from running the workflow.