The core worker for the Durable Task Framework. The worker is responsible for processing durable task work items.
$ dotnet add package Microsoft.DurableTask.WorkerWorker abstractions for Microsoft.DurableTask. A DurableTaskWorker is used for receiving and processing work from a task hub. This package does not include a concrete worker implementation. Instead a separate worker package must be used, such as Microsoft.DurableTask.Worker.Grpc.
Commonly used types:
DurableTaskWorkerDurableTaskWorkerOptionsIDurableTaskWorkerBuilderFor more information, see https://github.com/microsoft/durabletask-dotnet