diff --git a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/orcidtoresultfromsemrel/oozie_app/workflow.xml b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/orcidtoresultfromsemrel/oozie_app/workflow.xml
index d20b839ee..26e4aa1be 100644
--- a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/orcidtoresultfromsemrel/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/orcidtoresultfromsemrel/oozie_app/workflow.xml
@@ -174,8 +174,8 @@
--sourcePath${workingDir}/preparedInfo/targetOrcidAssoc
--outputPath${workingDir}/preparedInfo/mergedOrcidAssoc
-
-
+
+
@@ -204,7 +204,8 @@
--conf spark.dynamicAllocation.enabled=true
--conf spark.dynamicAllocation.maxExecutors=${spark2MaxExecutors}
- --sourcePath${workingDir}/preparedInfo/mergedOrcidAssoc
+ --possibleUpdatesPath${workingDir}/preparedInfo/mergedOrcidAssoc
+ --sourcePath${sourcePath}/publication
--hive_metastore_uris${hive_metastore_uris}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Publication
--outputPath${workingDir}/publication
@@ -230,7 +231,8 @@
--conf spark.dynamicAllocation.enabled=true
--conf spark.dynamicAllocation.maxExecutors=${spark2MaxExecutors}
- --sourcePath${workingDir}/preparedInfo/mergedOrcidAssoc
+ --possibleUpdatesPath${workingDir}/preparedInfo/mergedOrcidAssoc
+ --sourcePath${sourcePath}/dataset
--hive_metastore_uris${hive_metastore_uris}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Dataset
--outputPath${workingDir}/dataset
@@ -256,7 +258,8 @@
--conf spark.dynamicAllocation.enabled=true
--conf spark.dynamicAllocation.maxExecutors=${spark2MaxExecutors}
- --sourcePath${workingDir}/preparedInfo/mergedOrcidAssoc
+ --possibleUpdatesPath${workingDir}/preparedInfo/mergedOrcidAssoc
+ --sourcePath${sourcePath}/otherresearchproduct
--hive_metastore_uris${hive_metastore_uris}
--resultTableNameeu.dnetlib.dhp.schema.oaf.OtherResearchProduct
--outputPath${workingDir}/otherresearchproduct
@@ -282,7 +285,8 @@
--conf spark.dynamicAllocation.enabled=true
--conf spark.dynamicAllocation.maxExecutors=${spark2MaxExecutors}
- --sourcePath${workingDir}/preparedInfo/mergedOrcidAssoc
+ --possibleUpdatesPath${workingDir}/preparedInfo/mergedOrcidAssoc
+ --sourcePath${sourcePath}/software
--hive_metastore_uris${hive_metastore_uris}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Software
--outputPath${workingDir}/software