Project

General

Profile

« Previous | Next » 

Revision 50489

merged branch dsm into trunk

View differences:

transform.wf.st
64 64
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">cleaned_row_epr</PARAM>
65 65
	</PARAMETERS>
66 66
	<ARCS>
67
		<ARC to="storeRowRecords"/>
67
		<ARC to="filterManaged"/>
68 68
	</ARCS>
69 69
</NODE>
70 70

  
71
<NODE name="filterManaged" type="FilterManagedDatasources">
72
    <DESCRIPTION>Filter DB rows according to the managed flag state</DESCRIPTION>
73
    <PARAMETERS>
74
        <PARAM managedBy="system" name="inputEprParam" required="true" type="string">cleaned_row_epr</PARAM>
75
        <PARAM managedBy="system" name="outputEprParam" required="true" type="string">filtered_row_epr</PARAM>
76
    </PARAMETERS>
77
    <ARCS>
78
        <ARC to="storeRowRecords"/>
79
    </ARCS>
80
</NODE>
81

  
71 82
<NODE name="storeRowRecords" type="StoreMDStoreRecords">
72 83
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
73 84
	<PARAMETERS>

Also available in: Unified diff