PersistentAI API Documentation / @persistentai/fireflow-types / SeriesPlan
Interface: SeriesPlan
Defined in: packages/fireflow-types/src/flow/execution/types.ts:55
Execute children sequentially, one after another.
Properties
steps
steps:
ExecutionPlan[]
Defined in: packages/fireflow-types/src/flow/execution/types.ts:57
type
type:
"series"
Defined in: packages/fireflow-types/src/flow/execution/types.ts:56