Revision 29817
Added by Marek Horst about 10 years ago
modules/icm-iis-mainworkflows/trunk/src/main/resources/eu/dnetlib/iis/mainworkflows/common/import/oozie_app/workflow.xml | ||
---|---|---|
27 | 27 |
<value>$UNDEFINED$</value> |
28 | 28 |
<description>CSV list of datasource ids to be approved during import. Applied on result and person entities.</description> |
29 | 29 |
</property> |
30 |
<property> |
|
31 |
<name>inference_provenance_blacklist</name> |
|
32 |
<value>iis</value> |
|
33 |
<description>list of blacklisted inference provenance which sould not be taken into account by importer, skipped when set to $UNDEFINED$</description> |
|
34 |
</property> |
|
30 | 35 |
<!-- import project related --> |
31 | 36 |
<!-- will be used when active_import_metadata=false --> |
32 | 37 |
<property> |
... | ... | |
222 | 227 |
<value>${hbase_approved_datasources_csv}</value> |
223 | 228 |
</property> |
224 | 229 |
<property> |
230 |
<name>inference_provenance_blacklist</name> |
|
231 |
<value>${inference_provenance_blacklist}</value> |
|
232 |
</property> |
|
233 |
<property> |
|
225 | 234 |
<name>output</name> |
226 | 235 |
<value>${output_metadataimport_root}</value> |
227 | 236 |
</property> |
Also available in: Unified diff
allowing overriding inference_provenance_blacklist default 'iis' value which will be required in mainworkflows/statistcs where inferenced document to project relations should be taken into account