Project

General

Profile

« Previous | Next » 

Revision 49013

Ensure we are passing the 'passFullRecord' parameter to the X3M transformation job node

View differences:

modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/parthenos/workflows/repo-hi/x3m_aggregation_wf.xml.st
24 24
                <PARAM name="useDeclaredSchema" description="Validate according to the schema decalred in each record" required="true" type="boolean" managedBy="user">false</PARAM>
25 25
                <PARAM name="schemaURL"  description="XML schema URL for validation"  required="false" managedBy="user" type="string" />
26 26

  
27
				<PARAM name="passFullRecord" description="True to pass the full record to x3m" managedBy="user"    type="boolean">false</PARAM>
27
				<PARAM name="passFullRecord"        description="True to pass the full record to x3m" managedBy="user"    type="boolean">false</PARAM>
28 28
                <PARAM name="transformationMode"    description="Incremental or refresh mode"       managedBy="user"    type="string"   function="validValues(['REFRESH','INCREMENTAL'])">INCREMENTAL</PARAM>
29 29
                <PARAM name="verboseTransformationLogging"  description="Enable verbose logging of X3M"     required="false"    managedBy="user"    type="boolean"/>
30 30
				<PARAM name="mappingProfiles"              description="X3M mapping rules"                 required="true"     managedBy="user"    category="TRANSFORMATION_RULE_ID"   type="list"   function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"/>
modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/bootstrap/profiles/workflows/transform_x3m_template.xml
19 19
				<PARAM name="schemaURL"  description="XML schema URL for validation"  required="false" type="string" />
20 20
				<PARAM name="mappingPolicyProfile" description="Mapping policy to apply by X3M" required="false" type="string" />
21 21
				<PARAM name="mappingProfiles" description="X3M mapping rules" required="true" type="list" />
22
				<PARAM name="passFullRecord" description="True to pass the full record to x3m" required="true" type="boolean" />
22 23
				<PARAM name="verboseTransformationLogging" description="Enable verbose logging of X3M" required="false" type="boolean"/>
23 24
				<PARAM name="cleaningRuleId" description="Cleaning rule" required="true" type="string" />
24 25
			</PARAMETERS>
......
77 78
						<PARAM name="mappingPolicyProfileId" ref="mappingPolicyProfile"/>
78 79
						<PARAM name="mappingProfileIds" ref="mappingProfiles"/>
79 80
						<PARAM name="verboseLogging" ref="verboseTransformationLogging"/>
81
						<PARAM name="passFullRecord" ref="passFullRecord"/>
80 82
					</PARAMETERS>
81 83
					<ARCS>
82 84
						<ARC to="clean"/>

Also available in: Unified diff