Actions
Bug #3486
closed[DRAFT] [Crunch] Cannot have script parameter value of "false" because arv-run-pipeline-instance (and also workbench) don't distinguish between "false" and "nil"
Story points:
1.0
Description
Perhaps give warning or error when someone uses the ambiguous parameter form.
Bad:"script_parameters":{"foo":false}
"script_parameters":{"foo":{"value":false}}
Updated by Ward Vandewege over 10 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege over 10 years ago
- Subject changed from Cannot have script parameter value of "false" because arv-run-pipeline-instance (and also workbench) don't distinguish between "false" and "nil" to [Crunch] Cannot have script parameter value of "false" because arv-run-pipeline-instance (and also workbench) don't distinguish between "false" and "nil"
Updated by Tom Clegg about 10 years ago
- Subject changed from [Crunch] Cannot have script parameter value of "false" because arv-run-pipeline-instance (and also workbench) don't distinguish between "false" and "nil" to [Crunch] [obsolete?] Cannot have script parameter value of "false" because arv-run-pipeline-instance (and also workbench) don't distinguish between "false" and "nil"
Updated by Tom Clegg about 10 years ago
- Subject changed from [Crunch] [obsolete?] Cannot have script parameter value of "false" because arv-run-pipeline-instance (and also workbench) don't distinguish between "false" and "nil" to [DRAFT] [Crunch] Cannot have script parameter value of "false" because arv-run-pipeline-instance (and also workbench) don't distinguish between "false" and "nil"
- Description updated (diff)
- Story points changed from 0.5 to 1.0
Check whether this can be resolved like so:
script_parameters: foo: value: false
Updated by Tom Clegg about 8 years ago
{"value":null}
currently doesn't work: https://workbench.c97qk.arvadosapi.com/pipeline_instances/c97qk-d1hrv-ll7y5z8sc1ok2ek?#Log
Updated by Tom Clegg about 8 years ago
Updated by Peter Amstutz about 8 years ago
- Status changed from New to Resolved
- Target version changed from Arvados Future Sprints to 2016-10-26 sprint
This seems to be working as intended, and is merged, so I'm marking resolved.
Actions