You would need to implement this logic yourself. For example you expose a pipeline argument for the controller (These are the configurations you can control via the UI as well) and then basically have if
logic in the controller code that will run/skip steps according to the step you'd like to start from.
Makes sense?
Hi @<1578193384537853952:profile|MoodyOx45> , those are actually pretty good questions 🙂
- I think so, yes, but your code & pipeline inputs would need to allow this. Your pipeline would need to be written with decorators and there would need to be some logic dependent on the parameters you give the pipeline when running
- I'm afraid that currently not. I would suggest opening a github feature request for this 🙂
Thanks @<1523701070390366208:profile|CostlyOstrich36> , so i think some control logic must be written the code, and then use the pipeline input to select the portion of tasks to run (pls correct me if i'm wrong)
Then, i assume selectively running only some tasks from the web app is not supported yet? Let's say i want to start running the ClearML example pipeline from step 2, i'm not seeing any option to do so.