Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
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>[DEPRECATED] Aggregate Metadata (publications) from PubsRepository [Inference]</WORKFLOW_NAME>
13
		<WORKFLOW_INFO>
14
			<FIELD name="Action">Aggregate Metadata</FIELD>
15
			<FIELD name="Consequence IS">Inference</FIELD>
16
			<FIELD name="Datasource class">PubsRepository</FIELD>
17
			<FIELD name="Content">publications</FIELD>
18
		</WORKFLOW_INFO>
19
		<WORKFLOW_TYPE>REPO_HI</WORKFLOW_TYPE>
20
		<WORKFLOW_PRIORITY>20</WORKFLOW_PRIORITY>
21
		<CONFIGURATION start="manual">
22
			<NODE name="VerifyDatasource" type="VerifyDatasource" isStart="true">
23
				<DESCRIPTION>Verify if DS is pending</DESCRIPTION>
24
				<PARAMETERS>
25
					<PARAM name="expectedInterfaceTypologyPrefixes" managedBy="system"
26
					       required="false" type="string">websource
27
					</PARAM>
28
					<PARAM name="expectedCompliancePrefixes" managedBy="system"
29
					       required="false" type="string">native
30
					</PARAM>
31
				</PARAMETERS>
32
				<ARCS>
33
					<ARC to="createMetaWf"/>
34
					<ARC to="validateDs" name="validateDs"/>
35
				</ARCS>
36
			</NODE>
37

    
38
			<NODE name="validateDs" type="ValidateDatasource">
39
				<DESCRIPTION>Validate DS</DESCRIPTION>
40
				<PARAMETERS/>
41
				<ARCS>
42
					<ARC to="createMetaWf"/>
43
				</ARCS>
44
			</NODE>
45

    
46
			<NODE name="createMetaWf" type="RegisterMetaWf">
47
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
48
				<PARAMETERS>
49
					<PARAM name="wfName" managedBy="system" required="true" type="string">Aggregate
50
						[DEPRECATED]Metadata (publications) from PubsRepository [Inference]
51
					</PARAM>
52
				</PARAMETERS>
53
				<ARCS>
54
					<ARC to="createGMF"/>
55
					<ARC to="createOAF"/>
56
				</ARCS>
57
			</NODE>
58

    
59
			<NODE name="createGMF" type="CreateMDStore">
60
				<DESCRIPTION>Create store for native records</DESCRIPTION>
61
				<PARAMETERS>
62
					<PARAM name="format" managedBy="system" required="true" type="string">GMF</PARAM>
63
					<PARAM name="interpretation" managedBy="system" required="true"
64
					       type="string">native
65
					</PARAM>
66
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
67
					<PARAM name="outputPrefix" managedBy="system" required="true"
68
					       type="string">harv_
69
					</PARAM>
70
				</PARAMETERS>
71
				<ARCS>
72
					<ARC to="updateMetaWf"/>
73
				</ARCS>
74
			</NODE>
75
			<NODE name="createOAF" type="CreateMDStore">
76
				<DESCRIPTION>Create store for cleaned records</DESCRIPTION>
77
				<PARAMETERS>
78
					<PARAM name="format" managedBy="system" required="true" type="string">OAF</PARAM>
79
					<PARAM name="interpretation" managedBy="system" required="true"
80
					       type="string">cleaned_noingestion
81
					</PARAM>
82
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
83
					<PARAM name="outputPrefix" managedBy="system" required="true"
84
					       type="string">tran_
85
					</PARAM>
86
				</PARAMETERS>
87
				<ARCS>
88
					<ARC to="updateMetaWf"/>
89
				</ARCS>
90
			</NODE>
91
			<NODE name="updateMetaWf" type="UpdateMetaWf" isJoin="true">
92
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
93
				<PARAMETERS>
94
					<PARAM name="beanName" managedBy="system" required="true"
95
					       type="string">metaWfPubsRepository
96
					</PARAM>
97
				</PARAMETERS>
98
				<ARCS>
99
					<ARC to="updateMetaWfStatus"/>
100
				</ARCS>
101
			</NODE>
102

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

    
112
		<STATUS/>
113
	</BODY>
114
</RESOURCE_PROFILE>
(19-19/29)