Run a sample Workflow

Clone the sample repo

git clone https://github.com/temporalio/money-transfer-project-template-dotnet

Change directories to the sample project

cd money-transfer-temporal-template-dotnet

Start the Worker

dotnet run --project MoneyTransferWorker

In another shell in the same directory, run the sample Workflow

dotnet run --project MoneyTransferClient