Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.53k stars 296 forks source link

Enable Tags to be surfaced via TaskHubClient #950

Closed twsouthwick closed 1 year ago

twsouthwick commented 1 year ago

This change adds a property to the Azure tracking table ("Tags") that will store the tags for an orchestration. If it is too large, it is offloaded to a blob rather than being stored as a property.

As part of this change, OrchestrationInstanceStatus from the table is no longer created with reflection; instead, properties are searched for and then set on the status DTO.

Fixes #840

cgillum commented 1 year ago

/azp run

azure-pipelines[bot] commented 1 year ago
EDIT: Azure Pipelines run scheduled successfully.