Skip to main content

Flow Nodes

Data Node

Data 负责数据读写,例如创建、查询、更新、删除或聚合数据。它用于领域服务内部,避免外层流程直接操作数据库。

Guide
例如,报销单校验通过后,系统要把报销记录保存到数据库。
也可以根据订单编号查询订单详情,或者把用户状态更新为“已认证”。
可以把它理解成:真正碰数据库的那一步。

Need a missing topic?

These docs are structured for the Nerdics backend engineering workflow. Additional guides can be added under the same left navigation groups as the product surface expands.