You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
348 B
Python

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

"""
工作流编排子包plugin.module_task.workflow
- ``definition``: 工作流定义(画布 CRUD、发布、执行 API
- ``node_type``: 节点类型palette / 与 task_node 分离)
- ``engine``: 拓扑分层并行执行引擎
动态路由仍统一挂在 ``/task`` 下(见各子包 ``controller.py`` 的 ``prefix``)。
"""