Hi junfan, > 1. Could you please provide some spark/flink process examples?
In this POC, we would just create an example for Shell task, to make sure all basic component are good to work. We would support all tasks in DolphinScheduler UI laster, and all of the tasks would have examples, but sorry that should not support for this PR. If you interesting in spark/flink tasks, please join us develop, I will update all we have to do in DSIP issue[1], your could pick one feature you interesting to do it. > 2. I'm confused with workflow-as-code, you means it just define the DAG > and workflow parameters? Could we combine workflow and user task code(like > spark/flink programs)? Sorry I not quit understand what's your `user task code` mean. But it's just define workflow, including task type, name, parameters, dependent etc. It would pass all things you have to define in UI to DolphinScheduler, and create ProcessDefinition and TaskDefinition so on. But if you have another idea about it, please share it to me [1]: https://github.com/apache/dolphinscheduler/issues/6407 Best Wish ― Jiajie
