Skip to content

Allow param in JSON as a list of parameters #515

Description

@antonylebechec

In order to perform multiple processes, a param.json file as a list of dict (i.e. list of param in JSON) could be used.

Example:

[
   {
      "annotation": {...}
   },
   {
      "calculation": {...}
   },
   {
      "annotation": {...},
      "calculation": {...},
      "prioritization": {...}
   }
]

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions