Project

General

Profile

1 26600 sandro.lab
<?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="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 33011 sandro.lab
		<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 26600 sandro.lab
		<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 33011 sandro.lab
					<PARAM name="expectedInterfaceTypologyPrefixes" managedBy="system"
26
						required="false" type="string">pubsrepository, aggregator::pubsrepository</PARAM>
27
					<PARAM name="expectedCompliancePrefixes" managedBy="system"
28
						required="false" type="string">files</PARAM>
29 26600 sandro.lab
				</PARAMETERS>
30
				<ARCS>
31 33011 sandro.lab
					<ARC to="RetreiveInterfaceInfo" />
32
					<ARC to="validateDs" name="validateDs" />
33 26600 sandro.lab
				</ARCS>
34 33011 sandro.lab
			</NODE>
35 26600 sandro.lab
36
			<NODE name="validateDs" type="ValidateDatasource">
37
				<DESCRIPTION>Validate DS</DESCRIPTION>
38
				<PARAMETERS />
39
				<ARCS>
40
					<ARC to="RetreiveInterfaceInfo" />
41
				</ARCS>
42
			</NODE>
43
			<NODE name="RetreiveInterfaceInfo" type="RetreiveInterfaceInfo">
44
				<DESCRIPTION>Retreive Interface Info</DESCRIPTION>
45
				<PARAMETERS />
46
				<ARCS>
47
					<ARC to="createMetaWf" />
48
				</ARCS>
49
			</NODE>
50
51
			<NODE name="createMetaWf" type="RegisterMetaWf">
52
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
53
				<PARAMETERS>
54 33011 sandro.lab
					<PARAM name="wfName" managedBy="system" required="true" type="string">Download Files (files) from PubsRepository [Inference]</PARAM>
55 40344 alessia.ba
					<PARAM name="adminEmail" managedBy="system" required="false" type="string">openaire-fulltexts@openaire.eu</PARAM>
56 26600 sandro.lab
				</PARAMETERS>
57
				<ARCS>
58 33011 sandro.lab
					<ARC to="createObjectStore" />
59 26600 sandro.lab
				</ARCS>
60
			</NODE>
61 33011 sandro.lab
			<NODE name="createObjectStore" type="CreateObjectStore">
62 26600 sandro.lab
				<DESCRIPTION>Create Object store</DESCRIPTION>
63
				<PARAMETERS>
64
					<PARAM name="interpretation" managedBy="system" required="true"
65
						type="string">pubrepository record</PARAM>
66
					<PARAM name="outputPrefix" managedBy="system" required="true"
67
						type="string">objs_</PARAM>
68
				</PARAMETERS>
69
				<ARCS>
70
					<ARC to="updateMetaWf" />
71
				</ARCS>
72
			</NODE>
73 33011 sandro.lab
74 26600 sandro.lab
			<NODE name="updateMetaWf" type="UpdateMetaWf" isJoin="true">
75
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
76
				<PARAMETERS>
77
					<PARAM name="beanName" managedBy="system" required="true"
78 33011 sandro.lab
						type="string">metaWfPubRepositoryFiles</PARAM>
79 26600 sandro.lab
				</PARAMETERS>
80
				<ARCS>
81
					<ARC to="updateMetaWfStatus" />
82
				</ARCS>
83
			</NODE>
84
85
			<NODE name="updateMetaWfStatus" type="UpdateOpenaireMetaWfStatus">
86
				<DESCRIPTION>Update MetaWorkflow Status</DESCRIPTION>
87
				<PARAMETERS />
88
				<ARCS>
89
					<ARC to="success" />
90
				</ARCS>
91
			</NODE>
92
		</CONFIGURATION>
93
94
		<STATUS />
95
	</BODY>
96 40344 alessia.ba
</RESOURCE_PROFILE>