Auto Prune Stale Tasks
auto_prune_stale_tasksPrevent stale tasks from cluttering workflow state by automatically moving in_progress tasks to a designated status when they exceed an inactivity threshold.
Instructions
Automatically transition inactive in_progress tasks idle for longer than a specified threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project identifier. | |
| older_than | No | Inactivity duration threshold (e.g. 7d, 24h). Defaults to 7d. | |
| target_status | No | Status to set pruned tasks to. Defaults to cancelled. |