flyteorg/flyte

[Run Service] Ensure `ListActions` works expected

Open

#6,980 创建于 2026年3月6日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)Python (3,705 star) (378 fork)batch import
flyte2good first issue

描述

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)

贡献者指南