Skip to content
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

Merged
merged 5 commits into from
Sep 13, 2023

Conversation

owaiskazi19
Copy link
Member

Description

Updated Workflow Interface:

  1. Added a method for internal name of the building blocks.
  2. Removed Exception.
  3. Updated the name of the interface to 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.

Signed-off-by: Owais Kazi <[email protected]>
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #30 (16b123f) into main (9655f07) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main     #30   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          2       2           
  Lines          4       4           
=====================================
  Misses         4       4           

Copy link
Member

@dbwiddis dbwiddis left a 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

@owaiskazi19 owaiskazi19 added the backport 2.x backport PRs to 2.x branch label Sep 12, 2023
@dbwiddis
Copy link
Member

LGTM! Let's merge this and iterate as we figure out just exactly what data looks like!

@owaiskazi19 owaiskazi19 merged commit 0f0b65d into opensearch-project:main Sep 13, 2023
10 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 13, 2023
* 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>
dbwiddis pushed a commit that referenced this pull request Sep 13, 2023
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport PRs to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants