Can I automate a series of elastic scripts in Elastic?

I have a bunch of Transform scripts to run, can Elastic automate those scripts and have this pipeline running at a scheduled time, e.g. 12 am everyday?

Attached is the screenshot of some scripts. So far, I configured them via the UI (I can also implement them one by one via Dev tool). The problem is that those transforms has dependance to each other, if I need to modify the root one, I have to redo the process manually again. So it would be nice to have this process automated.

Transform is just one type of script in this process, there will be other operations, e.g. index enrichment through node ingestion.