PersistentAI API Documentation / @persistentai/fireflow-types / EngineState
Interface: EngineState
Defined in: packages/fireflow-types/src/flow/execution/types.ts:101
Centralized engine state tracked during execution.
Properties
completedNodes
completedNodes:
Set<string>
Defined in: packages/fireflow-types/src/flow/execution/types.ts:103
executingNodes
executingNodes:
Set<string>
Defined in: packages/fireflow-types/src/flow/execution/types.ts:104
nodeStatus
nodeStatus:
Map<string,NodeStatus>
Defined in: packages/fireflow-types/src/flow/execution/types.ts:105
resolvedPorts
resolvedPorts:
Set<string>
Defined in: packages/fireflow-types/src/flow/execution/types.ts:102