diff --git a/dhp-workflows/dhp-dedup-openaire/src/main/resources/eu/dnetlib/dhp/oa/dedup/consistency/oozie_app/workflow.xml b/dhp-workflows/dhp-dedup-openaire/src/main/resources/eu/dnetlib/dhp/oa/dedup/consistency/oozie_app/workflow.xml
index 5e2fc0a01..306229e79 100644
--- a/dhp-workflows/dhp-dedup-openaire/src/main/resources/eu/dnetlib/dhp/oa/dedup/consistency/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-dedup-openaire/src/main/resources/eu/dnetlib/dhp/oa/dedup/consistency/oozie_app/workflow.xml
@@ -16,6 +16,10 @@
filterInvisible
whether filter out invisible entities after merge
+
+ isLookupUrl
+ the URL address of the lookUp service
+
sparkDriverMemory
heap memory for driver process
@@ -128,6 +132,7 @@
--graphInputPath${graphBasePath}
--checkpointPath${workingPath}/grouped_entities
--outputPath${graphOutputPath}
+ --isLookupUrl${isLookupUrl}
--filterInvisible${filterInvisible}