Project

General

Profile

« Previous | Next » 

Revision 30979

update WF, profiles, etc. after Amsterdam and EAGLE Paris

View differences:

transform.wf.st
3 3
	<PARAMETERS>
4 4
		<PARAM required="true" type="string" name="providerId" managedBy="system">$params.("dataprovider:id")$</PARAM>
5 5
		<PARAM required="true" type="string" name="providerName" managedBy="system">$params.("dataprovider:name")$</PARAM>
6
		<PARAM required="true" type="string" name="api" managedBy="system">$params.("dataprovider:interface")$</PARAM>
6 7
	</PARAMETERS>
7 8
	<ARCS>
8 9
		<ARC to="fetchOriginals"/>
......
12 13
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
13 14
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
14 15
	<PARAMETERS>
15
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("coll_id")$</PARAM>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("coll_id")$</PARAM>
16 17
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("coll_format")$</PARAM>
17 18
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
18 19
	</PARAMETERS>
......
86 87
<NODE name="storeRecords" type="StoreMDStoreRecords">
87 88
	<DESCRIPTION>Store records into mdstore</DESCRIPTION>
88 89
	<PARAMETERS>
89
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("tran_id")$</PARAM>
90
		<PARAM required="true" type="string" name="storingType" managedBy="user">REFRESH</PARAM>
90
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
91
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
91 92
		<PARAM required="true" type="string" name="eprParam" managedBy="system">eagle_epr</PARAM>
92 93
	</PARAMETERS>
93 94
	<ARCS>
95
		<ARC to="UPDATE_INFO"/>
96
	</ARCS>
97
</NODE>
98

  
99
 <NODE name="UPDATE_INFO" type="MDStoreToApiExtraField">
100
	<DESCRIPTION>Update datasouce API extra fields</DESCRIPTION>
101
	<PARAMETERS>
102
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("tran_id")$</PARAM>
103
		<PARAM required="true" type="string" name="datasourceId" managedBy="system">$params.("dataprovider:id")$</PARAM>
104
		<PARAM required="true" type="string" name="datasourceInterface" managedBy="system">$params.("dataprovider:interface")$</PARAM>
105
		<PARAM required="true" type="string" name="extraFieldForTotal" managedBy="system">last_aggregation_total</PARAM>
106
		<PARAM required="true" type="string" name="extraFieldForDate" managedBy="system">last_aggregation_date</PARAM>
107
		<PARAM required="true" type="string" name="extraFieldForMdId" managedBy="system">last_aggregation_mdId</PARAM>
108
	</PARAMETERS>
109
	<ARCS>
94 110
		<ARC to="success"/>
95 111
	</ARCS>
96 112
</NODE>

Also available in: Unified diff