Branch Node
Branch 用于表达业务分支,根据条件决定下一步走哪条路径。
Guide
例如,报销金额小于 1000 元时,直接进入主管审批;大于等于 1000 元时,需要先经过财务审批;如果缺少发票,则退回给申请人。
再比如,用户提交订单时,如果库存充足,继续创建订单;如果库存不足,直接返回库存不足;如果商品已下架,则返回商品不可购买。
可以把它理解成:流程里的岔路口。
Branch 用于表达业务分支,根据条件决定下一步走哪条路径。
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.