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="79dc9f0d-e98d-4f4f-aaa9-b2ebf7fbdb92_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>WebSource Native No Ingestion</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">websource</PARAM>
20
					<PARAM name="expectedCompliancePrefixes" managedBy="system" required="false" type="string">native</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 WoS records</PARAM>
40
				</PARAMETERS>
41
				<ARCS>
42
					<ARC to="createGMF" />
43
					<ARC to="createIMEF" />					
44
				</ARCS>
45
			</NODE>
46

    
47
			<NODE name="createGMF" type="CreateMDStore">
48
				<DESCRIPTION>Create store for native records</DESCRIPTION>
49
				<PARAMETERS>
50
					<PARAM name="format" managedBy="system" required="true" type="string">GMF</PARAM>
51
					<PARAM name="interpretation" managedBy="system" required="true"
52
						type="string">native</PARAM>
53
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
54
					<PARAM name="outputPrefix" managedBy="system" required="true"
55
						type="string">harv_</PARAM>
56
				</PARAMETERS>
57
				<ARCS>
58
					<ARC to="updateMetaWf" />
59
				</ARCS>
60
			</NODE>
61
			<NODE name="createIMEF" type="CreateMDStore">
62
				<DESCRIPTION>Create store for cleaned records</DESCRIPTION>
63
				<PARAMETERS>
64
					<PARAM name="format" managedBy="system" required="true" type="string">IMEF</PARAM>
65
					<PARAM name="interpretation" managedBy="system" required="true"
66
						type="string">cleaned_noingestion</PARAM>
67
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
68
					<PARAM name="outputPrefix" managedBy="system" required="true"
69
						type="string">tran_</PARAM>
70
				</PARAMETERS>
71
				<ARCS>
72
					<ARC to="updateMetaWf" />
73
				</ARCS>
74
			</NODE>
75
<!-- 		<NODE name="createObjectStore" type="CreateObjectStore">
76
				<DESCRIPTION>Create Object store</DESCRIPTION>
77
				<PARAMETERS>
78
					<PARAM name="interpretation" managedBy="system" required="true"
79
						type="string">wos record</PARAM>
80
					<PARAM name="outputPrefix" managedBy="system" required="true"
81
						type="string">objs_</PARAM>
82
				</PARAMETERS>
83
				<ARCS>
84
					<ARC to="updateMetaWf" />
85
				</ARCS>
86
			</NODE>
87

    
88
 -->	
89
			<NODE name="updateMetaWf" type="UpdateMetaWf" isJoin="true">
90
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
91
				<PARAMETERS>
92
					<PARAM name="beanName" managedBy="system" required="true"
93
						type="string">metaWfWOSHi</PARAM>
94
				</PARAMETERS>
95
				<ARCS>
96
					<ARC to="updateMetaWfStatus" />
97
				</ARCS>
98
			</NODE>
99

    
100
			<NODE name="updateMetaWfStatus" type="UpdateOpenaireMetaWfStatus">
101
				<DESCRIPTION>Update MetaWorkflow Status</DESCRIPTION>
102
				<PARAMETERS />
103
				<ARCS>
104
					<ARC to="success" />
105
				</ARCS>
106
			</NODE>
107
		</CONFIGURATION>
108

    
109
		<STATUS />
110
	</BODY>
111
</RESOURCE_PROFILE>
(9-9/9)