Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / ControlFlowCursor

Interface: ControlFlowCursor

Defined in: core/types.ts:249

ControlFlow 可序列化游标(写入检查点)。

Properties

flowType

flowType: string

Defined in: core/types.ts:251

Flow 类型名(如 sequential)。


state

state: Record<string, unknown>

Defined in: core/types.ts:253

Flow 本地状态快照。

MIT Licensed