Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER
5
				value="d25648cb-f8e7-4b93-a0fd-073c4f05bb82_V29ya2Zsb3dEU1Jlc291cmNlcy9Xb3JrZmxvd0RTUmVzb3VyY2VUeXBl"/>
6
		<!-- ID on production: 3c924d16-83c1-44b0-81cd-681df42bcec4 -->
7
		<RESOURCE_TYPE value="WorkflowDSResourceType"/>
8
		<RESOURCE_KIND value="WorkflowDSResources"/>
9
		<RESOURCE_URI value="value3"/>
10
		<DATE_OF_CREATION value="2018-08-02T16:51:51.0Z"/>
11
	</HEADER>
12
	<BODY>
13
		<WORKFLOW_NAME>[DEPRECATED] Aggregate Metadata (datasets) from Aggregator::DataRepository [Ingestion]</WORKFLOW_NAME>
14
		<WORKFLOW_INFO>
15
			<FIELD name="Action">Aggregate Metadata</FIELD>
16
			<FIELD name="Consequence IS">Ingestion</FIELD>
17
			<FIELD name="Datasource class">aggregator::datarepository,crissystem</FIELD>
18
			<FIELD name="Content">datasets</FIELD>
19
		</WORKFLOW_INFO>
20
		<WORKFLOW_TYPE>REPO_HI</WORKFLOW_TYPE>
21
		<WORKFLOW_PRIORITY>20</WORKFLOW_PRIORITY>
22
		<CONFIGURATION start="manual">
23
			<NODE name="VerifyDatasource" type="VerifyDatasource" isStart="true">
24
				<DESCRIPTION>Verify if DS is pending</DESCRIPTION>
25
				<PARAMETERS>
26
					<PARAM name="expectedInterfaceTypologyPrefixes" managedBy="system" required="false" type="string">aggregator::datarepository,crissystem</PARAM>
27
					<PARAM name="expectedCompliancePrefixes" managedBy="system" required="false" type="string"></PARAM>
28
				</PARAMETERS>
29
				<ARCS>
30
					<ARC to="createMetaWf"/>
31
					<ARC to="validateDs" name="validateDs"/>
32
				</ARCS>
33
			</NODE>
34

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

    
43
			<NODE name="createMetaWf" type="RegisterMetaWf">
44
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
45
				<PARAMETERS>
46
					<PARAM name="wfName" managedBy="system" required="true" type="string">[DEPRECATED] Aggregate Metadata (datasets) from Aggregator::DataRepository [Ingestion]</PARAM>
47
				</PARAMETERS>
48
				<ARCS>
49
					<ARC to="createDatacite"/>
50
					<ARC to="createODF"/>
51
				</ARCS>
52
			</NODE>
53

    
54
			<NODE name="createDatacite" type="CreateMDStore">
55
				<DESCRIPTION>Create oai_datacite native store</DESCRIPTION>
56
				<PARAMETERS>
57
					<PARAM name="format" managedBy="system" required="true" type="string">oai_datacite</PARAM>
58
					<PARAM name="interpretation" managedBy="system" required="true" type="string">native</PARAM>
59
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
60
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">harv_</PARAM>
61
				</PARAMETERS>
62
				<ARCS>
63
					<ARC to="updateMetaWf"/>
64
				</ARCS>
65
			</NODE>
66
			<NODE name="createODF" type="CreateMDStore">
67
				<DESCRIPTION>Create ODF_datacite cleaned store</DESCRIPTION>
68
				<PARAMETERS>
69
					<PARAM name="format" managedBy="system" required="true" type="string">ODF</PARAM>
70
					<PARAM name="interpretation" managedBy="system" required="true" type="string">cleaned</PARAM>
71
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
72
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">tran_</PARAM>
73
				</PARAMETERS>
74
				<ARCS>
75
					<ARC to="updateMetaWf"/>
76
				</ARCS>
77
			</NODE>
78

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

    
89
			<NODE name="updateMetaWfStatus" type="UpdateOpenaireMetaWfStatus">
90
				<DESCRIPTION>Update MetaWorkflow Status</DESCRIPTION>
91
				<PARAMETERS/>
92
				<ARCS>
93
					<ARC to="success"/>
94
				</ARCS>
95
			</NODE>
96
		</CONFIGURATION>
97
		<STATUS/>
98
	</BODY>
99
</RESOURCE_PROFILE>
(15-15/29)