Replies: 1 comment
-
I don't think we have examples for worker.extensions.durabletask yet (FYI @jviau). The Dapr Workflow project, which wraps the Durable Task .NET programming model, does have a small example that you could use as a reference: https://github.com/dapr/dotnet-sdk/blob/master/examples/Workflow/WorkflowUnitTest/OrderProcessingTests.cs. However, it assumes that you're using the class-based programming model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any examples available how to unit test the new worker.extensions.durableTask. Extension orchestrators and activities
Beta Was this translation helpful? Give feedback.
All reactions