flyteorg/flyte
[Run Service] Ensure `ListActions` works expected
Geschlossen
#6.980 geöffnet am 06.03.2026
flyte2good first issue
Repository-Metriken
- Stars
- (3.705 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 3T 8h) (114 gemergte PRs in 30 T)
Beschreibung
Command
RUN_NAME=run-1772757248 LIMIT=20 bash runs/test/scripts/list_actions.sh
Response
| Field | Expected | Presented? | Need implement? |
|---|---|---|---|
actions |
repeated Action |
✅ | ❌ |
token |
string |
✅ | ❌ |
actions[].id |
ActionIdentifier |
✅ | ❌ |
actions[].id.run.org |
string |
✅ | ❌ |
actions[].id.run.project |
string |
✅ | ❌ |
actions[].id.run.domain |
string |
✅ | ❌ |
actions[].id.run.name |
string |
❌ | ✅ |
actions[].id.name |
string |
✅ | ❌ |
actions[].metadata |
ActionMetadata |
✅ | ❌ |
actions[].metadata.parent |
string |
✅ | ❌ |
actions[].status |
ActionStatus |
✅ | ❌ |
actions[].status.phase |
ActionPhase |
✅ | ❌ |
actions[].status.start_time |
Timestamp |
❌ | ✅ |
actions[].status.end_time |
optional Timestamp |
❌ | ✅ (available when the action terminated) |
actions[].status.attempts |
uint32 |
❌ | ✅ |
actions[].status.cache_status |
CatalogCacheStatus |
❌ | ✅ |
actions[].status.duration_ms |
optional uint64 |
❌ | ✅ (available when the action terminated) |