Project

General

Profile

« Previous | Next » 

Revision 53250

included node filterManaged in transformWithTDS.wf

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/entityreg/transformWithTDS.wf.st
62 62
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">cleaned_row_epr</PARAM>
63 63
	</PARAMETERS>
64 64
	<ARCS>
65
		<ARC to="storeRowRecords"/>
65
		<ARC to="filterManaged"/>
66 66
	</ARCS>
67 67
</NODE>
68 68

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

  
69 80
<NODE name="storeRowRecords" type="StoreMDStoreRecords">
70 81
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
71 82
	<PARAMETERS>
72 83
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("row_id")$</PARAM>
73 84
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
74
		<PARAM required="true" type="string" name="eprParam" managedBy="system">cleaned_row_epr</PARAM>
85
		<PARAM required="true" type="string" name="eprParam" managedBy="system">filtered_row_epr</PARAM>
75 86
	</PARAMETERS>
76 87
	<ARCS>
77 88
		<ARC to="UPDATE_INFO"/>

Also available in: Unified diff