From bcbadeb107a6329330e09005dbcca2a92f25f621 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Fri, 23 Apr 2021 12:42:06 +0200 Subject: [PATCH] added a decision node to choose if to upload results in zenodo --- .../oa/graph/dump/complete/oozie_app/workflow.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/complete/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/complete/oozie_app/workflow.xml index ed9ec1e2a..de72e1154 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/complete/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/complete/oozie_app/workflow.xml @@ -1,6 +1,10 @@ + + upload + true if the dump should be upload in zenodo + sourcePath the source path @@ -584,9 +588,16 @@ --nameNode${nameNode} --sourcePath${workingDir}/collect - + + + + + ${wf:conf('upload') eq true} + + +