diff --git a/dhp-workflows/dhp-doiboost/src/main/java/eu/dnetlib/doiboost/orcidnodoi/SparkGenEnrichedOrcidWorks.java b/dhp-workflows/dhp-doiboost/src/main/java/eu/dnetlib/doiboost/orcidnodoi/SparkGenEnrichedOrcidWorks.java
index c342d2e790..1d47808ef1 100644
--- a/dhp-workflows/dhp-doiboost/src/main/java/eu/dnetlib/doiboost/orcidnodoi/SparkGenEnrichedOrcidWorks.java
+++ b/dhp-workflows/dhp-doiboost/src/main/java/eu/dnetlib/doiboost/orcidnodoi/SparkGenEnrichedOrcidWorks.java
@@ -188,7 +188,7 @@ public class SparkGenEnrichedOrcidWorks {
OBJECT_MAPPER.writeValueAsString(new AtomicAction<>(Publication.class, p))))
.mapToPair(t -> new Tuple2(new Text(t._1()), new Text(t._2())))
.saveAsNewAPIHadoopFile(
- workingPath.concat(outputEnrichedWorksPath),
+ outputEnrichedWorksPath,
Text.class,
Text.class,
SequenceFileOutputFormat.class,
diff --git a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/orcidnodoi/oozie_app/workflow.xml b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/orcidnodoi/oozie_app/workflow.xml
index f7ac04821e..05492d50d1 100644
--- a/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/orcidnodoi/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-doiboost/src/main/resources/eu/dnetlib/dhp/doiboost/orcidnodoi/oozie_app/workflow.xml
@@ -11,7 +11,7 @@
path where to store the action set
- processOutputFolder
+ processOutputPath
process_no_doi_dataset_prod
temporary path where to store the action set
@@ -71,7 +71,7 @@
-
+
@@ -97,7 +97,7 @@
--workingPath${workingPath}/
--hdfsServerUri${nameNode}
--orcidDataFolderlast_orcid_dataset
- --outputEnrichedWorksPath${processOutputFolder}
+ --outputEnrichedWorksPath${processOutputPath}
@@ -105,7 +105,7 @@
- ${workingPath}/${processOutputFolder}/*
+ ${processOutputPath}/*
${outputPath}