Get Stale Nodes
get_stale_nodesFind workflow nodes inactive for a specified duration, with optional filters for status, type, project, or git branch. Returns stale entries to review and clean up.
Instructions
Find nodes of a given status/type that have not been updated for a specified duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional node type to filter by. | |
| limit | No | Maximum number of results to return. Defaults to 20. | |
| status | No | Status to filter by, or "*" for all. Defaults to "in_progress". | |
| project | No | Optional project identifier. | |
| git_branch | No | Optional git branch to filter by. | |
| older_than | No | Minimum duration of inactivity, e.g., "7d", "24h", "30m". Defaults to "7d". |