Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 405 Bytes

File metadata and controls

14 lines (8 loc) · 405 Bytes

SignalsQueries

A loyalty program implemented with Signals and Queries.

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.