temporalio / samples-dotnet

Samples for working with the Temporal .NET SDK
MIT License
57 stars 21 forks source link

[Feature Request] Sample request: Entity/long-running workflow with continue as new and signal handling #64

Open cretz opened 7 months ago

cretz commented 7 months ago

Describe the solution you'd like

Create a sample workflow that is long-running and continues as new, and make sure it has some processable signals that do something like run an activity so we can show waiting for outstanding ones to complete and signal carryover via workflow input.