Cohesive.Adapters.DurableTask
0.1.0-alpha.6
dotnet add package Cohesive.Adapters.DurableTask --version 0.1.0-alpha.6
NuGet\Install-Package Cohesive.Adapters.DurableTask -Version 0.1.0-alpha.6
<PackageReference Include="Cohesive.Adapters.DurableTask" Version="0.1.0-alpha.6" />
<PackageVersion Include="Cohesive.Adapters.DurableTask" Version="0.1.0-alpha.6" />
<PackageReference Include="Cohesive.Adapters.DurableTask" />
paket add Cohesive.Adapters.DurableTask --version 0.1.0-alpha.6
#r "nuget: Cohesive.Adapters.DurableTask, 0.1.0-alpha.6"
#:package Cohesive.Adapters.DurableTask@0.1.0-alpha.6
#addin nuget:?package=Cohesive.Adapters.DurableTask&version=0.1.0-alpha.6&prerelease
#tool nuget:?package=Cohesive.Adapters.DurableTask&version=0.1.0-alpha.6&prerelease
Cohesive.Adapters.DurableTask
Read-only Azure Durable Task monitoring integration for historical Cohesive Process executions.
The former adapter executed callback-bearing Process definitions through a single-cursor checkpoint. ARI-170
retired that path because it could not preserve canonical Process semantics. This package deliberately does not
start, resume, or host Processes until a future Durable Task interpretation implements
Cohesive.Storage.Processes.IProcessDurableStore and executes an exact CompiledProcessPlan.
Install
dotnet add package Cohesive.Adapters.DurableTask
Use When
- You need to query task-hub records created by the retired adapter during migration.
- You need an
IProcessExecutionRepositorymonitoring projection over an existing Durable Task hub. - You do not need to start or advance canonical Processes through Durable Task.
Monitoring boundary
using Cohesive.Adapters.DurableTask;
IProcessExecutionRepository repository = new DurableTaskProcessExecutionRepository(
queryClient,
taskHubName: "orders");
The repository projects lifecycle, timing, input, output, and failure evidence only. Historical current-node, place, wait, run-option, callback, and definition-registry data is intentionally not an execution authority.
Related Packages
Cohesive.Processesfor canonical Process IR, compilation, and monitoring contracts.Cohesive.Storagefor the canonical durable Process runtime and store port.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Cohesive (>= 0.1.0-alpha.6)
- Cohesive.Adapters.AzureStorage (>= 0.1.0-alpha.6)
- Cohesive.Processes (>= 0.1.0-alpha.6)
- Microsoft.Azure.DurableTask.AzureStorage (>= 2.8.1)
- Microsoft.Azure.DurableTask.Core (>= 3.7.0)
- System.Linq.Async (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha.6 | 59 | 8/5/2026 |
| 0.1.0-alpha.5 | 54 | 7/20/2026 |
| 0.1.0-alpha.4 | 55 | 7/13/2026 |
| 0.1.0-alpha.3 | 64 | 7/8/2026 |
| 0.1.0-alpha.2 | 62 | 7/7/2026 |