Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="8d1ea5c1-fced-4b96-b5e2-eaf5ba5b3259_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="cleanMdstoreId" description="Store for cleaned records" required="true" type="string"/>
16
				<PARAM name="indexId" description="Index Identifier" required="true" type="string"/>
17
			</PARAMETERS>
18
			<WORKFLOW>
19
				<NODE name="fetchMdStore" type="FetchMDStoreRecords" isStart="true">
20
					<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
21
					<PARAMETERS>
22
						<PARAM name="mdId" ref="cleanMdstoreId"/>
23
						<PARAM name="mdFormat" value="oai_efg"/>
24
						<PARAM name="eprParam" value="clean_epr"/>
25
					</PARAMETERS>
26
					<ARCS>
27
						<ARC to="index"/>
28
					</ARCS>
29
				</NODE>
30
				<NODE name="index" type="UpdateIndex">
31
					<DESCRIPTION>Feed index records</DESCRIPTION>
32
					<PARAMETERS>
33
						<PARAM name="eprParam" value="clean_epr"/>
34
						<PARAM name="indexId" ref="indexId"/>
35
						<PARAM name="format" value="oai_efg"/>
36
						<PARAM name="layout" value="index"/>
37
						<PARAM name="feedingType" value="REFRESH"/>
38
					</PARAMETERS>
39
					<ARCS>
40
						<ARC to="success"/>
41
					</ARCS>
42
				</NODE>
43
			</WORKFLOW>
44
		</CONFIGURATION>
45
	</BODY>
46
</RESOURCE_PROFILE>
(4-4/10)