Skip to content

Commit

Permalink
Exclude parameters set to null
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman committed Feb 4, 2025
1 parent dd3f0e1 commit e11e50f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class WrrocRenderer implements Renderer {
// -- pipeline parameters
// TODO: formal parameters for workflow output targets
final formalParameters = params
.findAll { name, value -> value != null }
.collect { name, value ->
final schema = paramSchema[name] ?: [:]
final type = getParameterType(name, value, schema)
Expand Down

0 comments on commit e11e50f

Please sign in to comment.