Project

General

Profile

« Previous | Next » 

Revision 52294

To support incremental update of projects in the database, useful functionality of IncrementalTransformationJobNode has been extracted to a superclass. Wf template for entity registries has been updated accordingly. Wf templates for other types of ds that were already in incremental mode have been updated for the new param name inherited from the superclass.

View differences:

transform.wf.st
14 14
<NODE name="selectIncrementalTransformation" type="IncrementalTransformation">
15 15
	<DESCRIPTION>Decide REFRESH/INCREMENTAL transformation</DESCRIPTION>
16 16
	<PARAMETERS>
17
		<PARAM required="true" type="string" name="transformationType" managedBy="user" function="validValues(['REFRESH','INCREMENTAL'])"></PARAM>
17
		<PARAM required="true" type="string" name="operationType" managedBy="user" function="validValues(['REFRESH','INCREMENTAL'])"></PARAM>
18 18
	</PARAMETERS>
19 19
	<ARCS>
20 20
		<ARC to="fetchOriginals"/>

Also available in: Unified diff