Project

General

Profile

1 45430 alessia.ba
<RESOURCE_PROFILE>
2
	<HEADER>
3
		<RESOURCE_IDENTIFIER value="df913a07-0a79-4b67-90c5-890733bca137_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
4
		<RESOURCE_TYPE value="WorkflowTemplateDSResourceType"/>
5
		<RESOURCE_KIND value="WorkflowTemplateDSResources"/>
6
		<RESOURCE_URI value=""/>
7
		<DATE_OF_CREATION value="2017-01-17T17:00:00.0Z"/>
8
	</HEADER>
9
	<BODY>
10
		<CONFIGURATION>
11
			<PARAMETERS>
12
				<PARAM name="cleanMdstoreId" description="Store for transformed records" required="true" type="string"/>
13
				<PARAM name="OAIFormat" description="OAI Format" required="true" type="string"/>
14
				<PARAM name="OAILayout" description="OAI Layout" required="true" type="string"/>
15
				<PARAM name="OAIInterpretation" description="OAI Interpretation" required="true" type="string"/>
16
				<PARAM name="OAIDBName" description="OAI Database Name" required="true" type="string"/>
17
			</PARAMETERS>
18
			<WORKFLOW>
19
				<NODE name="fetchCleaned" type="FetchMDStoreRecords" isStart="true">
20
					<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
21
					<PARAMETERS>
22
						<PARAM name="mdId" ref="cleanMdstoreId"/>
23
						<PARAM name="eprParam" value="orig_epr"/>
24
					</PARAMETERS>
25
					<ARCS>
26
						<ARC to="oaiSync"/>
27
					</ARCS>
28
				</NODE>
29
				<NODE name="oaiSync" type="SyncOAIStores">
30
					<DESCRIPTION>Clean original records</DESCRIPTION>
31
					<PARAMETERS>
32
						<PARAM name="eprParam" value="orig_epr"/>
33 45490 alessia.ba
						<PARAM name="oaiSource" env="datasource:name"/>
34 45473 alessia.ba
						<PARAM name="oaiFormat" ref="OAIFormat"/>
35
						<PARAM name="oaiLayout" ref="OAILayout"/>
36
						<PARAM name="oaiInterpretation" ref="OAIInterpretation"/>
37
						<PARAM name="oaiDbName" ref="OAIDBName"/>
38 45430 alessia.ba
					</PARAMETERS>
39
					<ARCS>
40
						<ARC to="success"/>
41
					</ARCS>
42
				</NODE>
43
			</WORKFLOW>
44
		</CONFIGURATION>
45
	</BODY>
46
</RESOURCE_PROFILE>