beanlab / quest_framework

A Python framework for fault-tolerant workflows
1 stars 0 forks source link

Ser2 #54

Closed byubean closed 3 days ago

easyasme commented 2 weeks ago
  1. MasterSerializer's serialize method is triggered automatically during await historian.suspend() by the Historian. Historian handles the serialization of the workflow's state internally.

  2. Deserialize method is called automatically by the Historian when resuming the workflow using historian.run(). Historian uses this to reconstruct the workflow's state from its serialized form to continue execution.

byubean commented 1 week ago

Please: