You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CAP-8118] fix local dev server task and taskrun list behavior (#325)
Fix local dev server to properly handle `tasks list` and `taskruns list` commands:
- `taskruns list`:
- list all task runs without requiring a task ID filter (non-interactive only)
- resolve task names (not just task IDs) when filtering task runs
- populate `parentTaskRunId` and `rootTaskRunId` in task run responses
- `tasks list`:
- list all tasks without requiring a workflow version ID (non-interactive only)
- reject workflow version IDs in local mode (they don't exist locally)
GitOrigin-RevId: f4c262c6978c036fed9f9083a56acf891fe0227d
0 commit comments