diff --git a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/preprocess/oozie_app/download.sh b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/preprocess/oozie_app/download.sh
index 98984e249..dfb0db708 100644
--- a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/preprocess/oozie_app/download.sh
+++ b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/preprocess/oozie_app/download.sh
@@ -1,2 +1,2 @@
#!bin/bash
-curl -LSs $1 | hdfs dfs -put - $2$3
\ No newline at end of file
+curl -LSs $1 | hdfs dfs -put - $2/$3
\ No newline at end of file
diff --git a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/preprocess/oozie_app/workflow.xml b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/preprocess/oozie_app/workflow.xml
index d63e54b8d..a1b8804fa 100644
--- a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/preprocess/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/preprocess/oozie_app/workflow.xml
@@ -70,7 +70,7 @@
${wf:conf('resumeFrom') eq 'ResetMagWorkingPath'}
${wf:conf('resumeFrom') eq 'ConvertMagToDataset'}
${wf:conf('resumeFrom') eq 'PreProcessORCID'}
-
+
@@ -78,6 +78,7 @@
Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]
+
${jobTracker}
@@ -105,7 +106,7 @@
${nameNode}
eu.dnetlib.doiboost.crossref.ExtractCrossrefRecords
--hdfsServerUri${nameNode}
- --crossrefFileNameTarGz${crossrefDumpPath}/crossref.tar.gz
+ --crossrefFileNameTarGz${crossrefdumpfilename}
--workingPath${crossrefDumpPath}
--outputPath${crossrefDumpPath}/files/
@@ -161,16 +162,16 @@
--targetPath${inputPathCrossref}/crossref_ds
-
+
-
-
+
+
-
+
diff --git a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/process/oozie_app/workflow.xml b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/process/oozie_app/workflow.xml
index f845d97f3..e75e1d8e1 100644
--- a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/process/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/process/oozie_app/workflow.xml
@@ -75,6 +75,7 @@
+ ${wf:conf('resumeFrom') eq 'Skip'}
${wf:conf('resumeFrom') eq 'PreprocessMag'}
${wf:conf('resumeFrom') eq 'PreprocessUW'}
${wf:conf('resumeFrom') eq 'ProcessORCID'}