Skip to main content

Flow Nodes

Trigger Node

Trigger 是流程入口,表示一个业务流程如何被外部触发。

Guide
例如,用户在后台点击“提交报销单”,系统收到一个提交请求。
这个请求从哪个接口进入、请求体里有哪些字段、请求头里是否带有用户身份,都属于 Trigger 节点描述的内容。
可以把它理解成:这个流程从哪个门进来。

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.