Reimaginate.Orchestrator.DataHub
1.1.1-rc.78
This is a prerelease version of Reimaginate.Orchestrator.DataHub.
dotnet add package Reimaginate.Orchestrator.DataHub --version 1.1.1-rc.78
NuGet\Install-Package Reimaginate.Orchestrator.DataHub -Version 1.1.1-rc.78
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reimaginate.Orchestrator.DataHub" Version="1.1.1-rc.78" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reimaginate.Orchestrator.DataHub" Version="1.1.1-rc.78" />Directory.Packages.props
<PackageReference Include="Reimaginate.Orchestrator.DataHub" />Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Reimaginate.Orchestrator.DataHub --version 1.1.1-rc.78
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Reimaginate.Orchestrator.DataHub, 1.1.1-rc.78"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Reimaginate.Orchestrator.DataHub@1.1.1-rc.78
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Reimaginate.Orchestrator.DataHub&version=1.1.1-rc.78&prereleaseInstall as a Cake Addin
#tool nuget:?package=Reimaginate.Orchestrator.DataHub&version=1.1.1-rc.78&prereleaseInstall as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Reimaginate.Orchestrator.DataHub
DataHub-backed persistence and workflow definition integration for Orchestrator.
Use this package when checkpoints, workflow definitions, or workflow instances need to be stored through the existing DataHub model.
Workflow Actions
The package also includes portable DataHub workflow actions:
DataHub.EscapeQueryStringValueDataHub.GetDataHubEntitiesByIdDataHub.GetDataHubEntitiesWhereDataHub.GetDataHubEntityDataHub.GetJobsDataHub.GetMergeMarkerDataHub.GetSyncMarkerDataHub.GetUpdatedDataHubEntitiesDataHub.PatchDataHubEntitiesDataHub.PatchDataHubEntityDataHub.RegisterSyncResultsDataHub.RegisterWorkflowFailureDataHub.ReparentEntitiesDataHub.SubmitJobDataHub.UpdateDataHubEntitiesDataHub.UpdateSyncMarker
Register the action handlers in the customer host:
services.AddDataHubWorkflowActions(configuration);
If the host uses a custom workflow action resolver, scan this package's action assembly:
using Reimaginate.Orchestrator.Abstractions;
using Reimaginate.Orchestrator.DataHub.Actions;
[WorkflowActionResolver]
[ScanAssembly(typeof(DataHubWorkflowActionsMarker))]
public partial class WorkflowActionResolver : IWorkflowActionResolver;
DataHub.RegisterWorkflowFailure reads optional settings from
Orchestrator:Actions:WorkflowFailureReporting.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Options (>= 10.0.8)
- Reimaginate.DataHub.Client (>= 1.3.0-rc.10)
- Reimaginate.Mediator.Abstractions (>= 1.3.0-rc.8)
- Reimaginate.Mediator.SourceGenerator (>= 1.3.0-rc.8)
- Reimaginate.Orchestrator.Abstractions (>= 1.1.1-rc.78)
- Reimaginate.Orchestrator.Common (>= 1.1.1-rc.78)
- YamlDotNet (>= 17.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Reimaginate.Orchestrator.DataHub:
| Package | Downloads |
|---|---|
|
Reimaginate.Orchestrator.Hosting
Reusable command-line host composition helpers for customer Orchestrator hosts. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.1-rc.78 | 0 | 7/3/2026 |
| 1.1.1-rc.77 | 0 | 7/3/2026 |
| 1.1.1-rc.76 | 50 | 6/30/2026 |
| 1.1.1-rc.75 | 89 | 6/18/2026 |
| 1.1.1-rc.74 | 100 | 6/3/2026 |
| 1.1.1-rc.73 | 71 | 6/3/2026 |
| 1.1.1-rc.72 | 60 | 6/3/2026 |
| 1.1.1-rc.71 | 62 | 6/3/2026 |
| 1.1.1-rc.70 | 75 | 5/27/2026 |
| 1.1.1-rc.69 | 59 | 5/27/2026 |
| 1.1.1-rc.68 | 72 | 5/27/2026 |
| 1.1.1-rc.67 | 57 | 5/26/2026 |
| 1.1.1-rc.66 | 53 | 5/26/2026 |
| 1.1.1-rc.65 | 54 | 5/26/2026 |
| 1.1.1-rc.64 | 58 | 5/26/2026 |
| 1.1.1-rc.63 | 60 | 5/26/2026 |
| 1.1.1-rc.61 | 52 | 5/26/2026 |
| 1.1.1-rc.60 | 57 | 5/26/2026 |
| 1.1.1-rc.59 | 49 | 5/26/2026 |
| 1.1.1-rc.58 | 51 | 5/26/2026 |
Loading failed