Skip to content

Conversation

@javier-aliaga
Copy link
Contributor

@javier-aliaga javier-aliaga commented Jan 22, 2026

Description

Adds support for workflow versioning, both using patches and version names.

Implementation based on python

To make this possible we need to introduce a new way to register orchestrators by name, as now we can have the same orchestrators implemented by different classes.

New PRs will cover spring configurations and examples.

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: #[issue number]

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

@javier-aliaga javier-aliaga force-pushed the workflow-versioning branch 4 times, most recently from 95a1144 to d0509e3 Compare January 23, 2026 12:37
@javier-aliaga javier-aliaga force-pushed the workflow-versioning branch 12 times, most recently from ca3d064 to 0f5110b Compare February 3, 2026 10:43
@javier-aliaga javier-aliaga marked this pull request as ready for review February 3, 2026 10:43
@javier-aliaga javier-aliaga requested review from a team as code owners February 3, 2026 10:43
@javier-aliaga
Copy link
Contributor Author

Hello @dapr/maintainers-java-sdk @dapr/approvers-java-sdk , a new feature has been added in the runtime to support versioning of workflows. This PR introduce it at sdk level. Take a look when you have tiem

@javier-aliaga javier-aliaga force-pushed the workflow-versioning branch 6 times, most recently from 065e1dd to 84dcfad Compare February 3, 2026 15:24
Signed-off-by: Javier Aliaga <javier@diagrid.io>
@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

❌ Patch coverage is 98.07692% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 79.18%. Comparing base (f6c5400) to head (983061b).

Files with missing lines Patch % Lines
...dapr/workflows/runtime/WorkflowRuntimeBuilder.java 94.44% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1624      +/-   ##
============================================
+ Coverage     78.99%   79.18%   +0.18%     
- Complexity     2096     2112      +16     
============================================
  Files           228      229       +1     
  Lines          6322     6360      +38     
  Branches        693      695       +2     
============================================
+ Hits           4994     5036      +42     
+ Misses          976      973       -3     
+ Partials        352      351       -1     

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant