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>
......
55 56
<NODE name="storeTranslations" type="StoreMDStoreRecords">
56 57
	<DESCRIPTION>Store records into mdstore</DESCRIPTION>
57 58
	<PARAMETERS>
58
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("tran_id")$</PARAM>
59
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
59 60
		<PARAM required="true" type="string" name="storingType" managedBy="user">REFRESH</PARAM>
60 61
		<PARAM required="true" type="string" name="eprParam" managedBy="system">eagle_epr</PARAM>
61 62
	</PARAMETERS>
62 63
	<ARCS>
64
		<ARC to="UPDATE_INFO"/>
65
	</ARCS>
66
</NODE>
67

  
68
<NODE name="UPDATE_INFO" type="MDStoreToApiExtraField">
69
	<DESCRIPTION>Update datasouce API extra fields</DESCRIPTION>
70
	<PARAMETERS>
71
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("tran_id")$</PARAM>
72
		<PARAM required="true" type="string" name="datasourceId" managedBy="system">$params.("dataprovider:id")$</PARAM>
73
		<PARAM required="true" type="string" name="datasourceInterface" managedBy="system">$params.("dataprovider:interface")$</PARAM>
74
		<PARAM required="true" type="string" name="extraFieldForTotal" managedBy="system">last_aggregation_total</PARAM>
75
		<PARAM required="true" type="string" name="extraFieldForDate" managedBy="system">last_aggregation_date</PARAM>
76
		<PARAM required="true" type="string" name="extraFieldForMdId" managedBy="system">last_aggregation_mdId</PARAM>
77
	</PARAMETERS>
78
	<ARCS>
63 79
		<ARC to="success"/>
64 80
	</ARCS>
65 81
</NODE>

Also available in: Unified diff