My current understanding is that Durable Task Framework (https://github.com/Azure/durabletask) is the building block used by Azure Durable Functions to implement business orchestration (workflows). I am just curious if anyone has compared this framework with Elsa, and if they are more or less solving the same problem ?
As a beginner, just starting, I get the sense that Elsa has higher level abstractions making its API a bit more fluent and readable, where as DTF has more primitive abstractions and reads more like C# code
Any clarifications or thoughts welcome !