Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER
5
				value="e08d993f-6349-4ca8-b7b6-e76914101712_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>Download Files (files) from PubsRepository [Inference]</WORKFLOW_NAME>
13
		<WORKFLOW_INFO>
14
			<FIELD name="Action">Download Files</FIELD>
15
			<FIELD name="Consequence IS">Inference</FIELD>
16
			<FIELD name="Datasource class">PubsRepository</FIELD>
17
			<FIELD name="Content">files</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">pubsrepository, aggregator::pubsrepository
27
					</PARAM>
28
					<PARAM name="expectedCompliancePrefixes" managedBy="system"
29
					       required="false" type="string">files
30
					</PARAM>
31
				</PARAMETERS>
32
				<ARCS>
33
					<ARC to="RetreiveInterfaceInfo"/>
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="RetreiveInterfaceInfo"/>
43
				</ARCS>
44
			</NODE>
45
			<NODE name="RetreiveInterfaceInfo" type="RetreiveInterfaceInfo">
46
				<DESCRIPTION>Retreive Interface Info</DESCRIPTION>
47
				<PARAMETERS/>
48
				<ARCS>
49
					<ARC to="createMetaWf"/>
50
				</ARCS>
51
			</NODE>
52

    
53
			<NODE name="createMetaWf" type="RegisterMetaWf">
54
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
55
				<PARAMETERS>
56
					<PARAM name="wfName" managedBy="system" required="true" type="string">Download Files (files) from PubsRepository [Inference]</PARAM>
57
					<PARAM name="adminEmail" managedBy="system" required="false" type="string">openaire-fulltexts@openaire.eu</PARAM>
58
				</PARAMETERS>
59
				<ARCS>
60
					<ARC to="createObjectStore"/>
61
				</ARCS>
62
			</NODE>
63
			<NODE name="createObjectStore" type="CreateObjectStore">
64
				<DESCRIPTION>Create Object store</DESCRIPTION>
65
				<PARAMETERS>
66
					<PARAM name="interpretation" managedBy="system" required="true"
67
					       type="string">pubrepository record
68
					</PARAM>
69
					<PARAM name="outputPrefix" managedBy="system" required="true"
70
					       type="string">objs_
71
					</PARAM>
72
				</PARAMETERS>
73
				<ARCS>
74
					<ARC to="updateMetaWf"/>
75
				</ARCS>
76
			</NODE>
77

    
78
			<NODE name="updateMetaWf" type="UpdateMetaWf" isJoin="true">
79
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
80
				<PARAMETERS>
81
					<PARAM name="beanName" managedBy="system" required="true"
82
					       type="string">metaWfPubRepositoryFiles
83
					</PARAM>
84
				</PARAMETERS>
85
				<ARCS>
86
					<ARC to="updateMetaWfStatus"/>
87
				</ARCS>
88
			</NODE>
89

    
90
			<NODE name="updateMetaWfStatus" type="UpdateOpenaireMetaWfStatus">
91
				<DESCRIPTION>Update MetaWorkflow Status</DESCRIPTION>
92
				<PARAMETERS/>
93
				<ARCS>
94
					<ARC to="success"/>
95
				</ARCS>
96
			</NODE>
97
		</CONFIGURATION>
98

    
99
		<STATUS/>
100
	</BODY>
101
</RESOURCE_PROFILE>
(16-16/23)