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.