Before running this application, ensure you have the following installed:
- .NET 8.0 SDK or later
- Temporal CLI
Run the command:
temporal server start-dev
Follow these steps to copy to you local machine.
git clone https://github.com/temporalio/money-transfer-project-template-dotnet
cd money-transfer-project-template-dotnet
Run the following commands to initiate the Workflow that starts the money transfer process.
-
Run the following command to begin the client
dotnet run --project MoneyTransferClient
In a separate terminal, run the following commands:
-
Run the following command to begin the worker
dotnet run --project MoneyTransferWorker
To monitor and inspect the progress and status of your money transfer workflows, open the Temporal UI in your browser. This allows you to view running workflows, completed workflows, and detailed execution histories.
Go to localhost:8233.