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

Task Execution mocking #111

Open
nathandf opened this issue Apr 12, 2024 · 0 comments
Open

Task Execution mocking #111

nathandf opened this issue Apr 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nathandf
Copy link
Collaborator

Allow users to mock the execution of tasks during a pipeline run by extending the API and Workflow Engine to support a mocks property in requests to runPipeline.

Task Execution Mocks would enable developers and pipeline engineers to:

  • run tasks in isolate with mock data
  • run subsets of the pipeline graph

Users should be able to

  • Define the terminal status of tasks
  • Define the outputs of a task
  • Connect mocked task executions with real task executions
@nathandf nathandf added the enhancement New feature or request label Apr 12, 2024
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

No branches or pull requests

1 participant