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

Trigger a pipeline from another pipeline #146

Open
lucafaggianelli opened this issue Jul 18, 2023 · 0 comments
Open

Trigger a pipeline from another pipeline #146

lucafaggianelli opened this issue Jul 18, 2023 · 0 comments
Labels

Comments

@lucafaggianelli
Copy link
Owner

Create a mechanism to trigger a pipeline when another pipeline finishes.

The new pipeline should be triggered based on certain conditions like the status of the previous pipeline.

A possible implementation would be to create a TriggerPipeline(pipeline_id="", previous_status="", async=False) class or function to be used as a task so you can add it anywhere in another pipeline tasks list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant