Skip to content

Feature: Workflow history propagation#1802

Merged
WhitWaldo merged 13 commits into
masterfrom
workflow-history-propagation
May 12, 2026
Merged

Feature: Workflow history propagation#1802
WhitWaldo merged 13 commits into
masterfrom
workflow-history-propagation

Conversation

@WhitWaldo

Copy link
Copy Markdown
Contributor

Description

Added support for workflow history propagation + unit/integration tests (>80% test coverage)

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1801

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

WhitWaldo added 3 commits May 2, 2026 18:08
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo added this to the v1.18 milestone May 2, 2026
@WhitWaldo WhitWaldo self-assigned this May 2, 2026
@WhitWaldo WhitWaldo requested review from a team as code owners May 2, 2026 23:11
@WhitWaldo WhitWaldo added kind/enhancement New feature or request area/workflow labels May 2, 2026
@codecov

codecov Bot commented May 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.30%. Comparing base (0d7cacb) to head (4c73a62).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1802   +/-   ##
=======================================
  Coverage   65.30%   65.30%           
=======================================
  Files         298      298           
  Lines        8747     8747           
  Branches     1023     1023           
=======================================
  Hits         5712     5712           
  Misses       2780     2780           
  Partials      255      255           
Flag Coverage Δ
net10.0 65.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@WhitWaldo

Copy link
Copy Markdown
Contributor Author

This is blocked until a 1.18 RC is available from the runtime.

@WhitWaldo

Copy link
Copy Markdown
Contributor Author

@copilot Can you please fix this merge conflict?

Co-authored-by: WhitWaldo <2238529+WhitWaldo@users.noreply.github.com>

Copilot AI commented May 9, 2026

Copy link
Copy Markdown
Contributor

@copilot Can you please fix this merge conflict?

Fixed in commit 14b45c5 by merging latest origin/master into this branch, resolving the conflict in WorkflowOrchestrationContext, and updating the history propagation test to align with the upstream serializer migration.

@WhitWaldo WhitWaldo added kind/enhancement-runtime-dependency New feature or request due to a runtime feature and removed kind/enhancement New feature or request Blocked - Need Runtime RC labels May 9, 2026
@WhitWaldo WhitWaldo merged commit 09558e6 into master May 12, 2026
225 of 235 checks passed
@WhitWaldo WhitWaldo deleted the workflow-history-propagation branch May 12, 2026 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/workflow kind/enhancement-runtime-dependency New feature or request due to a runtime feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for workflow history propagation

2 participants