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

Re-design workflow service #30

Open
3 tasks
fabianishere opened this issue Oct 21, 2021 · 0 comments
Open
3 tasks

Re-design workflow service #30

fabianishere opened this issue Oct 21, 2021 · 0 comments
Labels
area/workflow Changes related to workflow service kind/cleanup Cleaning up code, process, or technical debt
Milestone

Comments

@fabianishere
Copy link
Member

fabianishere commented Oct 21, 2021

This issue is concerned with making several requested improvements to the current opendc-workflow module:

  • Split API and service implementation.
    A consumer of the workflow service in OpenDC should not need to depend on the service, but only on the API client. In this way, we could also provide alternative or mocked API implementations.
  • Represent workflows as graph
  • Enable easier construction of workflows with mutable builders

Process

  • Design initial API specification
  • Implement initial API
  • Port existing codebase to new API
@fabianishere fabianishere added kind/cleanup Cleaning up code, process, or technical debt area/workflow Changes related to workflow service labels Oct 21, 2021
@fabianishere fabianishere added this to the v2.1 milestone Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/workflow Changes related to workflow service kind/cleanup Cleaning up code, process, or technical debt
Projects
None yet
Development

No branches or pull requests

1 participant