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="f11b8b10-f2e5-4603-99d9-8f1c18b12c83_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>Datasets by projects</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>Retrieve datasets by projects id</DESCRIPTION>
18
				<PARAMETERS>
19
					<PARAM name="expectedInterfaceTypologyPrefixes" managedBy="system" required="false" type="string">datarepository::unknown</PARAM>
20
					<PARAM name="expectedCompliancePrefixes" managedBy="system" required="false" type="string"></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 metadata records from data repository</PARAM>
40
				</PARAMETERS>
41
				<ARCS>
42
					<ARC to="createDatacite"/>
43
					<ARC to="createODF"/>
44
					<ARC to="createOAF"/>
45
				</ARCS>
46
			</NODE>
47
			
48
			<NODE name="createDatacite" type="CreateMDStore">
49
				<DESCRIPTION>Create dataset native store</DESCRIPTION>
50
				<PARAMETERS>
51
					<PARAM name="format" managedBy="system" required="true" type="string">dataset</PARAM>
52
					<PARAM name="interpretation" managedBy="system" required="true" type="string">native</PARAM>
53
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
54
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">harv_</PARAM>
55
				</PARAMETERS>
56
				<ARCS>
57
					<ARC to="updateMetaWf" />
58
				</ARCS>
59
			</NODE>
60
			<NODE name="createODF" type="CreateMDStore">
61
				<DESCRIPTION>Create ODF_dataset cleaned store</DESCRIPTION>
62
				<PARAMETERS>
63
					<PARAM name="format" managedBy="system" required="true" type="string">ODF</PARAM>
64
					<PARAM name="interpretation" managedBy="system" required="true" type="string">cleaned</PARAM>
65
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
66
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">tranODF_</PARAM>
67
				</PARAMETERS>
68
				<ARCS>
69
					<ARC to="updateMetaWf" />
70
				</ARCS>
71
			</NODE>
72
			<NODE name="createOAF" type="CreateMDStore">
73
				<DESCRIPTION>Create OAF_publication cleaned store</DESCRIPTION>
74
				<PARAMETERS>
75
					<PARAM name="format" managedBy="system" required="true" type="string">OAF</PARAM>
76
					<PARAM name="interpretation" managedBy="system" required="true" type="string">cleaned</PARAM>
77
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
78
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">tranOAF_</PARAM>
79
				</PARAMETERS>
80
				<ARCS>
81
					<ARC to="updateMetaWf" />
82
				</ARCS>
83
			</NODE>
84
						
85
			<NODE name="updateMetaWf" type="UpdateMetaWf" isJoin="true">
86
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
87
				<PARAMETERS>
88
					<PARAM name="beanName" managedBy="system" required="true" type="string">metaWfDatasetOpenaireMdRecords</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
		<STATUS />
104
	</BODY>
105
</RESOURCE_PROFILE>
(4-4/11)