Project

General

Profile

« Previous | Next » 

Revision 50598

-Incremental transformation: Implemented incremental transformation and changed the nodes Fetch and Store MDRecords to read in the env the property of incremental read and store if there is, otherwise they work as usual

View differences:

transform.wf.st
6 6
		<PARAM required="true" type="string" name="api" managedBy="system">$params.("dataprovider:interface")$</PARAM>
7 7
	</PARAMETERS>
8 8
	<ARCS>
9
		<ARC to="fetchOriginals"/>
9
		<ARC to="selectIncrementalTransformation"/>
10 10
		<ARC to="obtainParams" />
11 11
	</ARCS>
12 12
</NODE>
13 13

  
14
<NODE name="selectIncrementalTransformation" type="IncrementalTransformation">
15
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
16
	<PARAMETERS>
17
		<PARAM required="true" type="string" name="transformationType" managedBy="user" function="validValues(['REFRESH','INCREMENTAL'])"></PARAM>
18
	</PARAMETERS>
19
	<ARCS>
20
		<ARC to="fetchOriginals"/>
21
	</ARCS>
22
</NODE>
23

  
14 24
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
15 25
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
16 26
	<PARAMETERS>

Also available in: Unified diff