Need to fix GetActionData to work correctly
Command
# Put the actual run name and action name
RUN_NAME='run-1772757248' ACTION='run-1772757248' bash runs/test/scripts/get_action_data.sh
Response
| Field |
Expected |
Presented? |
Need implement? |
inputs |
task.Inputs |
✅ |
❌ |
inputs.literals |
repeated NamedLiteral |
❌ |
✅ |
inputs.context |
repeated KeyValuePair |
❌ |
✅ (present when context is set) |
outputs |
task.Outputs |
✅ |
❌ |
outputs.literals |
repeated NamedLiteral |
✅ |
❌ |
Need to fix
GetActionDatato work correctlyCommand
Response
inputstask.Inputsinputs.literalsrepeated NamedLiteralinputs.contextrepeated KeyValuePairoutputstask.Outputsoutputs.literalsrepeated NamedLiteral