GitHub user vincent0060 added a comment to the discussion: Why do we need to write task plugins data to db?为什么需要把插件写入数据库中?
There‘re various plugins in DS, such as alert and task. When ui rendering plugins, it will request specified plugin's config info first, say json, in t_ds_plugin_define. Then ui render the form base on these configs. I've found these requests in Alert settings, check [this line ](https://github.com/apache/dolphinscheduler/blob/3.2.2-release/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/PluginDefineMapper.xml#L44) <br/>  Unfortunately, I cannot get the same request when rendering my customer task plugin, in which should get the params defined in codes. Someone who knows how to auto-render customer task plugin's params, please give me a thread. Besides, I've checked the exist plugins info in t_ds_plugin_define that defined in my task plugin. Help! GitHub link: https://github.com/apache/dolphinscheduler/discussions/15210#discussioncomment-12863518 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
