Class-based DurableTask support in .NET isolated Azure Functions: future plans and current state #3337
Unanswered
alexonthespot7
asked this question in
Q&A
Replies: 0 comments
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.
-
We are trying out the class-based DurableTask approach in a .NET isolated Azure Functions app. Currently, the majority of our durable workflows are function-based, but the compile-time type safety provided by the class-based model is very appealing.
We are currently using following work-around to make class-based durable tasks discoverable and runnable:
Could you please clarify:
We are considering broader adoption and want to understand the intended direction.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions