harn-parser 0.8.26

Parser, AST, and type checker for the Harn programming language
Documentation
1
2
3
4
5
6
7
# HARN-SUS-008 — resume timeout action is unsupported

An auto-resume timeout used an `on_timeout` action Harn does not implement.
Supported actions are `resume_with_summary`, `resume_with_input`, and `fail`.

Use `parse_resume_conditions(...)` to normalize timeout settings before
suspending, or update the timeout table to one of the supported actions.