Need to fix CreateRun to work correctly
Missing functionality
- fillDefaultInputs: fill in default if no input provided
Response
| Field |
Expected |
Presented? |
Need implement? |
run |
Run |
✅ |
❌ |
run.action |
Action |
✅ |
❌ |
run.action.id |
ActionIdentifier |
✅ |
❌ |
run.action.metadata |
ActionMetadata |
❌ |
✅ |
run.action.status |
ActionStatus |
❌ |
✅ |
run.action.status.phase |
ActionPhase |
❌ |
✅ |
run.action.status.start_time |
Timestamp |
❌ |
✅ |
run.action.status.end_time |
optional Timestamp |
❌ |
❌ (unavailable at run creation time) |
run.action.status.attempts |
uint32 |
❌ |
✅ |
run.action.status.cache_status |
CatalogCacheStatus |
❌ |
✅ |
run.action.status.duration_ms |
optional uint64 |
❌ |
❌ (duration is not meaningful before execution progresses) |
Need to fix
CreateRunto work correctlyMissing functionality
Response
runRunrun.actionActionrun.action.idActionIdentifierrun.action.metadataActionMetadatarun.action.statusActionStatusrun.action.status.phaseActionPhaserun.action.status.start_timeTimestamprun.action.status.end_timeoptional Timestamprun.action.status.attemptsuint32run.action.status.cache_statusCatalogCacheStatusrun.action.status.duration_msoptional uint64