diff --git a/dhp-workflows/dhp-graph-provision/src/main/resources/eu/dnetlib/dhp/oa/provision/input_params_prepare_relations.json b/dhp-workflows/dhp-graph-provision/src/main/resources/eu/dnetlib/dhp/oa/provision/input_params_prepare_relations.json
index 5ce37aa7b..71b2becc4 100644
--- a/dhp-workflows/dhp-graph-provision/src/main/resources/eu/dnetlib/dhp/oa/provision/input_params_prepare_relations.json
+++ b/dhp-workflows/dhp-graph-provision/src/main/resources/eu/dnetlib/dhp/oa/provision/input_params_prepare_relations.json
@@ -32,7 +32,7 @@
{
"paramName": "mr",
"paramLongName": "maxRelations",
- "paramDescription": "maximum number of relations applied reading relations (by relClass)",
+ "paramDescription": "maximum number of relations allowed for a each entity",
"paramRequired": false
}
]
diff --git a/dhp-workflows/dhp-graph-provision/src/main/resources/eu/dnetlib/dhp/oa/provision/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-provision/src/main/resources/eu/dnetlib/dhp/oa/provision/oozie_app/workflow.xml
index a84db8688..9600ccbaa 100644
--- a/dhp-workflows/dhp-graph-provision/src/main/resources/eu/dnetlib/dhp/oa/provision/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-graph-provision/src/main/resources/eu/dnetlib/dhp/oa/provision/oozie_app/workflow.xml
@@ -9,6 +9,30 @@
isLookupUrl
URL for the isLookup service
+
+ relPartitions
+ number or partitions for the relations Dataset
+
+
+ relationFilter
+ filter applied reading relations (by relClass)
+
+
+ maxRelations
+ maximum number of relations allowed for a each entity
+
+
+ otherDsTypeId
+ mapping used to populate datasourceTypeUi field
+
+
+ format
+ metadata format name (DMF|TMF)
+
+
+ batchSize
+ number of records to be included in each indexing request
+
sparkDriverMemoryForJoining
@@ -421,4 +445,5 @@
+
\ No newline at end of file