Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="311a298b-89c4-40b2-9043-3323c294e9dc_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
5
		<RESOURCE_TYPE value="WorkflowTemplateDSResourceType"/>
6
		<RESOURCE_KIND value="WorkflowTemplateDSResources"/>
7
		<RESOURCE_URI value=""/>
8
		<DATE_OF_CREATION value="2001-12-31T12:00:00"/>
9
	</HEADER>
10
	<BODY>
11
		<CONFIGURATION>
12
			<PARAMETERS>
13
				<PARAM name="dsId" description="Datasource Id" required="true" type="string"/>
14
				<PARAM name="interface" description="Datasource Interface" required="true" type="string"/>
15
				<PARAM name="collMdstoreId" description="Store for collected records" required="true" type="string"/>
16
				<PARAM name="cleanMdstoreId" description="Store for cleaned records" required="true" type="string"/>
17
				<PARAM name="ruleId" description="Transformation Rule Id" required="true" type="string"/>
18
			</PARAMETERS>
19
			<WORKFLOW>
20

    
21

    
22
				<NODE name="FETCH_RECORDS" type="FetchMDStoreRecords" isStart="true">
23
					<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
24
					<PARAMETERS>
25
						<PARAM name="mdId" ref="cleanMdstoreId"/>
26
						<PARAM name="mdFormat" value="DSMF"/>
27
						<PARAM name="eprParam" value="rs_epr"/>
28
					</PARAMETERS>
29
					<ARCS>
30
						<ARC to="UPDATE_DB"/>
31
					</ARCS>
32
				</NODE>
33

    
34

    
35
				<NODE name="UPDATE_DB" type="UpdateOpenaireDb">
36
					<DESCRIPTION>Update Db</DESCRIPTION>
37
					<PARAMETERS>
38
						<PARAM name="eprParam" value="rs_epr"/>
39
					</PARAMETERS>
40
					<ARCS>
41
						<ARC to="success"/>
42
					</ARCS>
43
				</NODE>
44
			</WORKFLOW>
45
		</CONFIGURATION>
46
	</BODY>
47
</RESOURCE_PROFILE>
(2-2/3)