Hi guys, I am here to synchronize the progress of workflow-as-code. Up to now, we could craete a simple workflow with Shell task, but without setting schedule time for it. Could also set dependent by dependence operator `>>` or `<<`, which is shortcut for `set_upstream` or `set_downstream`
We have two example in our exmaples directory[1]. One of them named tutorial , which is let you know what workflow-as-code basic concept and how it work. Another named bulk_create, is about how to create workflow in batch mode using just single declare file. BTW, some of our community use bulk_create in them performance test to create multiple workflow behavior. If you like this and want to use or contribute workflow-as-code, you could go and see it's homepage in[2]. It will guide you how to install and develop it. We also have some interesting WIP PR about workflow-as-code, such as add schedule time[3], code-style and static check[4] Please join us and build workflow-as-code if you interesting in it. [1]: https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-python/pydolphinscheduler/examples [2]: https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-python/pydolphinscheduler [3]: https://github.com/apache/dolphinscheduler/pull/6664 [4]: https://github.com/apache/dolphinscheduler/pull/6679 Best Wish — Jiajie
