Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="23e81407-da05-46a6-a11e-928f92432922_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
5
		<RESOURCE_TYPE value="WorkflowTemplateDSResourceType"/>
6
		<RESOURCE_KIND value="WorkflowTemplateDSResources"/>
7
		<RESOURCE_URI value=""/>
8
		<DATE_OF_CREATION value="2017-01-17T17:00:00.0Z"/>
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 transformed records" required="true" type="string"/>
16
				<PARAM name="indexId" description="Index Identifier" required="true" type="string"/>
17
				<PARAM name="feedingType" description="Index feeding type" required="true" type="string"/>
18
			</PARAMETERS>
19
			<WORKFLOW>
20
				<NODE name="fetchMdStore" type="FetchMDStoreRecords" isStart="true">
21
					<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
22
					<PARAMETERS>
23
						<PARAM name="mdId" ref="cleanMdstoreId"/>
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="CIDOC"/>
36
						<PARAM name="layout" value="index"/>
37
						<PARAM name="feedingType" ref="feedingType"/>
38
					</PARAMETERS>
39
					<ARCS>
40
						<ARC to="success"/>
41
					</ARCS>
42
				</NODE>
43
			</WORKFLOW>
44
		</CONFIGURATION>
45
	</BODY>
46
</RESOURCE_PROFILE>
(3-3/7)