From 2f0c85eeb3adadf94fb2842076fdaf175d143e76 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Tue, 17 Mar 2020 17:04:58 +0100 Subject: [PATCH] updated parameters for regular_all_steps worfklow, introduced flag 'reuseContent' --- .../regular_all_steps/oozie_app/workflow.xml | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/migration/wfs/regular_all_steps/oozie_app/workflow.xml b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/migration/wfs/regular_all_steps/oozie_app/workflow.xml index dedfa3942..e990cdbad 100644 --- a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/migration/wfs/regular_all_steps/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/migration/wfs/regular_all_steps/oozie_app/workflow.xml @@ -9,6 +9,11 @@ graphBasePath the target path to store raw graph + + reuseContent + false + should import content from the aggregator or reuse a previous version + postgresURL the postgres URL to access to the database @@ -43,19 +48,34 @@ - + Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}] - + - - + + + + + + + ${wf:conf('reuseContent') eq false} + ${wf:conf('reuseContent') eq true} + + + + + + + + +