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 2 days ago.

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

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

Also available in: Atom PDF