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

Allowing the delegated execution of a pipeline step #1

Merged
merged 4 commits into from
Feb 19, 2024

Conversation

tsutomi
Copy link
Member

@tsutomi tsutomi commented Feb 19, 2024

  • Abstraction of the PipelineStep contract - factory of execution nodes
  • Implementation of DelegatedPipelineStep to allow passing a delegate for executing the context
  • Renaming the PipelineStep in ServicePipelineStep to distinguish
  • Factory methods of the execution nodes moved to the implementations of the IPipelineStep contract

@tsutomi tsutomi added the enhancement New feature or request label Feb 19, 2024
@tsutomi tsutomi self-assigned this Feb 19, 2024
@tsutomi tsutomi merged commit 9dd69d3 into main Feb 19, 2024
6 checks passed
@tsutomi tsutomi deleted the static-execution branch February 19, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant