-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature/2197 replay with input #2197 #5698
base: develop
Are you sure you want to change the base?
Feature/2197 replay with input #2197 #5698
Conversation
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.
- Change property name in component
- Do not create new endpoint
- As you're modifying controllers, do not forget to add new tests
More details in the review comments
webserver/src/main/java/io/kestra/webserver/controllers/api/ExecutionController.java
Outdated
Show resolved
Hide resolved
Thanks, @Skraye , for your review comments! I’ll address them as soon as possible. |
Co-authored-by: YannC <[email protected]>
@Skraye I've addressed most of your code review comments, except for the tests on the backend API. I marked this PR as a draft because there are still pending implementations for the backend API. I'm currently trying to determine how to pass the input values received as parameters in the execution controller to the actual execution. I noticed there aren't any setter methods for inputs in the execution object, and I would appreciate your assistance with this. Regards |
Hello @iamviqar, any update on this? |
Hi @iamviqar, are there any updates on this? |
What changes are being made and why?
How the changes have been QAed?
Setup Instructions