diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/raw_all/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/raw_all/oozie_app/workflow.xml
index 389a889cb..ea12171e9 100644
--- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/raw_all/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/raw_all/oozie_app/workflow.xml
@@ -10,6 +10,11 @@
false
should import content from the aggregator or reuse a previous version
+
+ importOpenorgs
+ true
+ should import content from the OpenOrgs database
+
contentPath
path location to store (or reuse) content from the aggregator
@@ -202,10 +207,18 @@
--dbschema${dbSchema}
--nsPrefixBlacklist${nsPrefixBlacklist}
-
+
+
+
+ ${wf:conf('importOpenorgs') eq true}
+ ${wf:conf('importOpenorgs') eq false}
+
+
+
+