flyteorg/flyte

[Run Service] Ensure `ListActions` works expected

クローズ

#6,980 opened on 2026/03/06

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)Python (378 件のフォーク)batch import
flyte2good first issue

Repository metrics

Stars
 (3,705 個のスター)
PR merge metrics
 (平均マージ 3d 8h) (30d で 114 merged PRs)

説明

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)

コントリビューターガイド