-
Notifications
You must be signed in to change notification settings - Fork 37
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
Updated Workflow Interface #30
Updated Workflow Interface #30
Conversation
Signed-off-by: Owais Kazi <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #30 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 2 2
Lines 4 4
=====================================
Misses 4 4 |
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.
This part looks good.
Either need to have an internal object with an accessor for payload (data/fields/etc.) which doesn't seem to fit on an interface, or a different class to pass around the payload. See comments here
src/main/java/org/opensearch/flowframework/workflow/WorkflowStep.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Owais Kazi <[email protected]>
LGTM! Let's merge this and iterate as we figure out just exactly what data looks like! |
* Updated Workflow Interface Signed-off-by: Owais Kazi <[email protected]> * Updated method definition to handle input/output Signed-off-by: Owais Kazi <[email protected]> --------- Signed-off-by: Owais Kazi <[email protected]> (cherry picked from commit 0f0b65d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Updated Workflow Interface (#30) * Updated Workflow Interface * Updated method definition to handle input/output --------- (cherry picked from commit 0f0b65d) Signed-off-by: Owais Kazi <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Owais Kazi <[email protected]>
Description
Updated Workflow Interface:
WorkflowStep
.Issues Resolved
Part of #29
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.