-
Notifications
You must be signed in to change notification settings - Fork 224
feat: Add workflow versioning #1624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
95a1144 to
d0509e3
Compare
ca3d064 to
0f5110b
Compare
|
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 |
065e1dd to
84dcfad
Compare
Signed-off-by: Javier Aliaga <javier@diagrid.io>
84dcfad to
983061b
Compare
salaboy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: salaboy <Salaboy@gmail.com>
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: