agently-triggerflow-execution-state
Installation
SKILL.md
Agently TriggerFlow Execution State
This skill covers runtime-instance persistence for TriggerFlow executions. It focuses on execution.save(), execution.load(), resume-after-restore, waiting-interrupt recovery, ready-result recovery, file or string state loading, and runtime-resource reinjection. It does not cover flow-definition export/import or Mermaid.
Prerequisite: Agently >= 4.0.8.5.
Scope
Use this skill for:
execution.save()execution.load()- saving to or loading from dict, JSON string, YAML string, JSON file, or YAML file
- restoring waiting executions
- restoring executions whose final result is already ready
- using
continue_with(...)after restore - understanding what execution state contains and what it does not contain
- reinjecting runtime resources after restore