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>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</PARAM>
27
					<PARAM name="expectedCompliancePrefixes" managedBy="system"
28
						required="false" type="string">native</PARAM>
29
				</PARAMETERS>
30
				<ARCS>
31
					<ARC to="createMetaWf" />
32
					<ARC to="validateDs" name="validateDs" />
33
				</ARCS>
34
			</NODE>
35

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

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

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

    
95
			<NODE name="updateMetaWfStatus" type="UpdateOpenaireMetaWfStatus">
96
				<DESCRIPTION>Update MetaWorkflow Status</DESCRIPTION>
97
				<PARAMETERS />
98
				<ARCS>
99
					<ARC to="success" />
100
				</ARCS>
101
			</NODE>
102
		</CONFIGURATION>
103

    
104
		<STATUS />
105
	</BODY>
106
</RESOURCE_PROFILE>
(10-10/22)