Adding .NET SDK documentation for history propagation#5174
Conversation
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
nelson-parente
left a comment
There was a problem hiding this comment.
Pre-review for @marcduiker handoff: LGTM. New .NET SDK page for workflow history propagation. Content is well-structured: scopes table, propagating to child workflows, propagating to activities, reading history, and the PropagatedHistory type. Code examples use correct API surface (WithHistoryPropagation, HistoryPropagationScope, GetPropagatedHistory()). Version note (Dapr .NET SDK v1.18 + runtime v1.18) is present. Hugo front-matter looks good. Safe to merge after CI.
|
@marcduiker Going to mark this as a do-not-merge momentarily as it needs updating to reflect another PR @nelson-parente opened that addresses some shortcomings in the first pass of this implementation. |
|
lgtm but CI is 🔴 Mind taking a look @WhitWaldo ? |
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Added .NET SDK documentation for workflow history propagation functionality
Issue reference