Project

General

Profile

Actions

Bug #17686

closed

Workflow crash because the initial value for parameters is assigned "null" instead of an empty list

Added by Daniel Kutyła almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-

Description

cwlVersion: v1.2
class: Workflow
inputs:
foo: File[]
bar: Directory[]
outputs: []
steps: []

not working

cwlVersion: v1.2
class: Workflow
inputs:
foo:
type: File[]
default: []
bar:
type: Directory[]
default: []
outputs: []
steps: []


Subtasks 1 (0 open1 closed)

Task #17692: Review 17686-array-input-nullResolvedPeter Amstutz05/18/2021Actions

Related issues

Blocks Arvados - Idea #17512: Release Arvados 2.2ResolvedPeter Amstutz05/03/2021Actions
Actions #1

Updated by Peter Amstutz almost 3 years ago

  • Target version set to 2021-05-26 sprint
Actions #2

Updated by Peter Amstutz almost 3 years ago

Actions #3

Updated by Peter Amstutz almost 3 years ago

  • Assigned To changed from Daniel Kutyła to Peter Amstutz
Actions #4

Updated by Peter Amstutz almost 3 years ago

  • Status changed from New to In Progress
Actions #6

Updated by Lucas Di Pentima almost 3 years ago

Just one observation: the cypress test should be on a more appropriate file instead of favorites.spec.js, other than that it LGTM.

Actions #7

Updated by Peter Amstutz almost 3 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF