plugin.toml 212 B

12345678
  1. # 见 docs/PLUGIN_ARCHITECTURE.md
  2. name = "task"
  3. title = "任务与工作流"
  4. version = "1.0.0"
  5. description = "定时任务、Prefect 工作流等子模块。"
  6. optional = true
  7. tags = ["task", "cron", "workflow"]