Skip to content

Latest commit

 

History

History

CounterInterceptor

dotnet-counter-interceptor

The sample demonstrates:

  • the use of a Worker Workflow Interceptor that counts the number of Workflow Executions, Child Workflow Executions, and Activity Executions and the number of Signals and Queries. It is based off of the Java sample located here
  • the use of a Client Workflow Interceptor that counts the number of Workflow Executions and the number of Signals and Queries.

To run, first see README.md for prerequisites

Run Worker and Client

# make sure you have temporal server running 
dotnet run