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
				<PARAM name="interpretation" description="Interpretation of the MDFormat" required="true" type="string"/>
19
			</PARAMETERS>
20
			<WORKFLOW>
21
				<NODE name="fetchMdStore" type="FetchMDStoreRecords" isStart="true">
22
					<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
23
					<PARAMETERS>
24
						<PARAM name="mdId" ref="cleanMdstoreId"/>
25
						<PARAM name="eprParam" value="clean_epr"/>
26
					</PARAMETERS>
27
					<ARCS>
28
						<ARC to="index"/>
29
					</ARCS>
30
				</NODE>
31
				<NODE name="index" type="UpdateIndex">
32
					<DESCRIPTION>Feed index records</DESCRIPTION>
33
					<PARAMETERS>
34
						<PARAM name="eprParam" value="clean_epr"/>
35
						<PARAM name="indexId" ref="indexId"/>
36
						<PARAM name="format" value="CIDOC"/>
37
						<PARAM name="interpretation" ref="interpretation"/>
38
						<PARAM name="layout" value="index"/>
39
						<PARAM name="feedingType" ref="feedingType"/>
40
					</PARAMETERS>
41
					<ARCS>
42
						<ARC to="success"/>
43
					</ARCS>
44
				</NODE>
45
			</WORKFLOW>
46
		</CONFIGURATION>
47
	</BODY>
48
</RESOURCE_PROFILE>
(3-3/8)