Oh I see. Technically speaking the pipeline controller is a task of a special type of itself. So technically speaking you could provide the task ID of the controller and clone that. You would need to make sure that the relevant system tags are also applied so it would show up properly as a pipeline in the webUI.
In addition to that, you can also trigger it using the API also
Hi @<1774245220934750208:profile|GleamingTiger28> , you basically need to build it in your code and expose it as parameters, please see the examples for reference - None
This is also clear to me. My question is: when I have a pipeline which was executed and was defined as you described, is there a way to use the Python SDK to re-execute this pipeline by name and project with a different set of parameters? For the task element, there is something like Task.clone()
, but I could not find a similar function for the pipeline object.
Hey @<1523701070390366208:profile|CostlyOstrich36> , this is clear to me i mean, how can i do it via the python SDK ?