From 48a8d5a3471a964341c26adfad2b4977acd88746 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 16 Sep 2021 17:31:15 +0200 Subject: [PATCH] fixed report generation --- templates/da_cache_to_shub.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index a1b7c17..06e89a9 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -183,7 +183,7 @@ "inputParameters": { "input" : "${workflow.input.descriptor}", "output" : "${join_parallel_downloads.output}", - "scriptExpression": "2 == 2" + "scriptExpression": "var k,report={ i : $.input, o : $.output}; return {report:Java.to(report,'java.util.Map[]')}" } } ]