Project

General

Profile

« Previous | Next » 

Revision 35057

Added by Marek Horst about 9 years ago

#1176 defining remove_sideproducts property in workflows headers

View differences:

modules/icm-iis-mainworkflows/trunk/src/main/resources/eu/dnetlib/iis/mainworkflows/preprocessing/main/oozie_app/workflow.xml
1 1
<workflow-app xmlns="uri:oozie:workflow:0.4" name="mainworkflows_preprocessing_main">
2 2
	<parameters>
3
		<property>
4
            <name>remove_sideproducts</name>
5
            <value>true</value>
6
            <description>flag indicating inference side products will be erased</description>
7
        </property>
3 8
		<!-- import concepts related -->
4 9
		<property>
5 10
			<name>import_islookup_service_location</name>
modules/icm-iis-mainworkflows/trunk/src/main/resources/eu/dnetlib/iis/mainworkflows/preprocessing/import/oozie_app/workflow.xml
1 1
<workflow-app xmlns="uri:oozie:workflow:0.4" name="mainworkflows_preprocessing_import">
2 2
	<parameters>
3
		<property>
4
            <name>remove_sideproducts</name>
5
            <value>true</value>
6
            <description>flag indicating inference side products will be erased</description>
7
        </property>
3 8
		<!-- import concepts related -->
4 9
		<property>
5 10
			<name>islookup_service_location</name>
modules/icm-iis-mainworkflows/trunk/src/main/resources/eu/dnetlib/iis/mainworkflows/primary/main/oozie_app/workflow.xml
2 2
	
3 3
	<parameters>
4 4
		<property>
5
            <name>remove_sideproducts</name>
6
            <value>true</value>
7
            <description>flag indicating inference side products will be erased</description>
8
        </property>
9
		<property>
5 10
			<name>active_existence_filter</name>
6 11
			<value>true</value>
7 12
			<description>flag indicating contents should be filtered against metadata entries retrieved from InformationSpace.
modules/icm-iis-mainworkflows/trunk/src/main/resources/eu/dnetlib/iis/mainworkflows/primary/processing/oozie_app/workflow.xml
1 1
<workflow-app xmlns="uri:oozie:workflow:0.4" name="mainworkflows_primary_processing">
2 2
	
3 3
	<parameters>
4
		<property>
5
            <name>remove_sideproducts</name>
6
            <value>true</value>
7
            <description>flag indicating inference side products will be erased</description>
8
        </property>
4 9
		<!-- processing modes -->
5 10
		<property>
6 11
			<name>active_referenceextraction_project</name>

Also available in: Unified diff