mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-12 14:02:47 +00:00
Flow.from_checkpoint deserializes as base Flow (entity_type discriminator), losing subclass methods and state type. When called on a subclass like MyFlow.from_checkpoint(), create a cls instance and transfer the checkpoint fields so @start methods, listeners, and structured state are available.