RunOptions
Defined in: packages/runtime/src/types.ts:159
run() 选项。
appendHistory:为 true 时,同一工作流 ID 的后续 run() 在已有历史栈上 追加条目(支持跨次 undo/redo 链,如 playground HistoryDemo 的连续滤镜)。 默认 false —— 每次 run() 重置历史栈,与“重新执行”语义一致。
Properties
Section titled “Properties”appendHistory?
Section titled “appendHistory?”
optionalappendHistory?:boolean
Defined in: packages/runtime/src/types.ts:160