Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER
5
			value="86251144-0938-4b8d-b0f9-eb4f0021912b_V29ya2Zsb3dEU1Jlc291cmNlcy9Xb3JrZmxvd0RTUmVzb3VyY2VUeXBl" />
6
		<RESOURCE_TYPE value="WorkflowDSResourceType" />
7
		<RESOURCE_KIND value="WorkflowDSResources" />
8
		<RESOURCE_URI value="value3" />
9
		<DATE_OF_CREATION value="2006-05-04T18:13:51.0Z" />
10
	</HEADER>
11
	<BODY>
12
		<WORKFLOW_NAME>pubsrepository metadata records</WORKFLOW_NAME>
13
		<WORKFLOW_TYPE>REPO_HI</WORKFLOW_TYPE>
14
		<WORKFLOW_PRIORITY>20</WORKFLOW_PRIORITY>
15
		<CONFIGURATION start="manual">
16
			<NODE name="VerifyDatasource" type="VerifyDatasource" isStart="true">
17
				<DESCRIPTION>Verify if DS is pending</DESCRIPTION>
18
				<PARAMETERS>
19
					<PARAM name="expectedInterfaceTypologyPrefixes" managedBy="system" required="false" type="string">pubsrepository, aggregator::pubsrepository</PARAM>
20
					<PARAM name="expectedCompliancePrefixes" managedBy="system" required="false" type="string"></PARAM>
21
				</PARAMETERS>
22
				<ARCS>
23
					<ARC to="createMetaWf"/>
24
					<ARC to="validateDs" name="validateDs"/>
25
				</ARCS>
26
			</NODE>
27
		
28
			<NODE name="validateDs" type="ValidateDatasource">
29
				<DESCRIPTION>Validate DS</DESCRIPTION>
30
				<PARAMETERS/>
31
				<ARCS>
32
					<ARC to="createMetaWf"/>
33
				</ARCS>
34
			</NODE>
35
			
36
			<NODE name="createMetaWf" type="RegisterMetaWf">
37
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
38
				<PARAMETERS>
39
					<PARAM name="wfName" managedBy="system" required="true" type="string">Collect and transform metadata records</PARAM>
40
				</PARAMETERS>
41
				<ARCS>
42
					<ARC to="createDc"/>
43
					<ARC to="createOaf"/>
44
<!-- 					<ARC to="CreateNativeIndex" /> -->
45
				</ARCS>
46
			</NODE>
47
			
48
			<NODE name="createDc" type="CreateMDStore">
49
				<DESCRIPTION>Create oai_dc store</DESCRIPTION>
50
				<PARAMETERS>
51
					<PARAM name="format" managedBy="system" required="true" type="string">oai_dc</PARAM>
52
					<PARAM name="interpretation" managedBy="system" required="true" type="string">native</PARAM>
53
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
54
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">harv_</PARAM>
55
				</PARAMETERS>
56
				<ARCS>
57
					<ARC to="updateMetaWf" />
58
				</ARCS>
59
			</NODE>
60
			<NODE name="createOaf" type="CreateMDStore">
61
				<DESCRIPTION>Create OAF store</DESCRIPTION>
62
				<PARAMETERS>
63
					<PARAM name="format" managedBy="system" required="true" type="string">OAF</PARAM>
64
					<PARAM name="interpretation" managedBy="system" required="true" type="string">cleaned</PARAM>
65
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
66
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">tran_</PARAM>
67
				</PARAMETERS>
68
				<ARCS>
69
					<ARC to="updateMetaWf" />
70
				</ARCS>
71
			</NODE>
72
			
73
<!-- 			<NODE name="CreateNativeIndex" type="CreateIndex"> -->
74
<!-- 				<DESCRIPTION>Create the index for the native Data</DESCRIPTION> -->
75
<!-- 				<PARAMETERS> -->
76
<!-- 					<PARAM name="format" managedBy="system" required="true" type="string">OAI_DC</PARAM> -->
77
<!-- 					<PARAM name="interpretation" managedBy="system" required="true" type="string">native</PARAM> -->
78
<!-- 					<PARAM name="layout" managedBy="system" required="true" type="string">index</PARAM> -->
79
<!-- 					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">index_</PARAM> -->
80
<!-- 				</PARAMETERS> -->
81
<!-- 				<ARCS> -->
82
<!-- 					<ARC to="updateMetaWf" /> -->
83
<!-- 				</ARCS> -->
84
<!-- 			</NODE>	 -->
85
			
86
			
87
						
88
			<NODE name="updateMetaWf" type="UpdateMetaWf" isJoin="true">
89
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
90
				<PARAMETERS>
91
					<PARAM name="beanName" managedBy="system" required="true" type="string">metaWfOpenaireMdRecords</PARAM>
92
				</PARAMETERS>
93
				<ARCS>
94
					<ARC to="updateMetaWfStatus" />
95
				</ARCS>
96
			</NODE>
97
			
98
			<NODE name="updateMetaWfStatus" type="UpdateOpenaireMetaWfStatus">
99
				<DESCRIPTION>Update MetaWorkflow Status</DESCRIPTION>
100
				<PARAMETERS />
101
				<ARCS>
102
					<ARC to="success" />
103
				</ARCS>
104
			</NODE>
105
		</CONFIGURATION>
106

    
107
		<STATUS />
108
	</BODY>
109
</RESOURCE_PROFILE>
(8-8/11)