diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/raw_organizations/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/raw_organizations/oozie_app/workflow.xml
index fb6e02555..70ecef154 100644
--- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/raw_organizations/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/raw_organizations/oozie_app/workflow.xml
@@ -43,13 +43,18 @@
beta
the database schema according to the D-Net infrastructure (beta or production)
+
+ openOrgsAction
+ openorgs_dedup
+ The action to be executed during the import for OpenOrgs
+
isLookupUrl
the address of the lookUp service
nsPrefixBlacklist
-
+ foo
a blacklist of nsprefixes (comma separeted)
@@ -156,7 +161,7 @@
--postgresUser${postgresOpenOrgsUser}
--postgresPassword${postgresOpenOrgsPassword}
--isLookupUrl${isLookupUrl}
- --actionopenorgs_dedup
+ --action${openOrgsAction}
--dbschema${dbSchema}
--nsPrefixBlacklist${nsPrefixBlacklist}