-
Notifications
You must be signed in to change notification settings - Fork 28
Add more decorators #78
Copy link
Copy link
Open
Description
kmolan
opened on Jun 18, 2026
Issue body actions
- Force Result (ForceSuccess / ForceFailure): Overrides a child's outcome (e.g., converts Failure to Success so optional tasks don't stop the tree).
- Timeout: Halts a child node and returns Failure if it stays in the Running state longer than a set time limit.
- Retry / Repeat: Loops execution. Retry(N) re-runs a node up to N times if it fails; Repeat(N) re-runs it N times if it succeeds.
- KeepRunningUntilFailure: Keeps returning Running while the child succeeds, stopping only on Failure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
StatusShow more project fields
Todo