Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="eee582d0-3f58-461e-9310-f0d2b84c886f_V29ya2Zsb3dEU1Jlc291cmNlcy9Xb3JrZmxvd0RTUmVzb3VyY2VUeXBl"/>
5
		<RESOURCE_TYPE value="WorkflowDSResourceType"/>
6
		<RESOURCE_KIND value="WorkflowDSResources"/>
7
		<RESOURCE_URI value=""/>
8
		<DATE_OF_CREATION value="2019-03-25T15:43:51.0Z"/>
9
	</HEADER>
10
	<BODY>
11
		<WORKFLOW_NAME>Aggregate and Validate Metadata in Datacite format from Repository [Ingestion]</WORKFLOW_NAME>
12
		<WORKFLOW_INFO>
13
			<FIELD name="Action">Aggregate Metadata</FIELD>
14
			<FIELD name="Consequence IS">Ingestion</FIELD>
15
			<FIELD name="Datasource class">Repository</FIELD>
16
			<FIELD name="Content">results</FIELD>
17
		</WORKFLOW_INFO>
18
		<WORKFLOW_TYPE>REPO_HI</WORKFLOW_TYPE>
19
		<WORKFLOW_PRIORITY>20</WORKFLOW_PRIORITY>
20
		<CONFIGURATION start="manual">
21
			<NODE name="VerifyDatasource" type="VerifyDatasource" isStart="true">
22
				<DESCRIPTION>Verify if DS is pending</DESCRIPTION>
23
				<PARAMETERS>
24
					<PARAM name="expectedInterfaceTypologyPrefixes" managedBy="system" required="false" type="string">pubsrepository,datarepository,softwarerepository,orprepository </PARAM>
25
					<PARAM name="expectedCompliancePrefixes" managedBy="system" required="false" type="string"></PARAM>
26
				</PARAMETERS>
27
				<ARCS>
28
					<ARC to="createMetaWf"/>
29
					<ARC to="validateDs" name="validateDs"/>
30
				</ARCS>
31
			</NODE>
32

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

    
41
			<NODE name="createMetaWf" type="RegisterMetaWf">
42
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
43
				<PARAMETERS>
44
					<PARAM name="wfName" managedBy="system" required="true"
45
					       type="string">Aggregate and Validate Metadata in Datacite format from Repository [Ingestion]</PARAM>
46
				</PARAMETERS>
47
				<ARCS>
48
					<ARC to="createDatacite"/>
49
					<ARC to="createODF"/>
50
				</ARCS>
51
			</NODE>
52

    
53
			<NODE name="createDatacite" type="CreateMDStore">
54
				<DESCRIPTION>Create oai_datacite native store</DESCRIPTION>
55
				<PARAMETERS>
56
					<PARAM name="format" managedBy="system" required="true" type="string">oai_datacite</PARAM>
57
					<PARAM name="interpretation" managedBy="system" required="true" type="string">native</PARAM>
58
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
59
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">harv_</PARAM>
60
				</PARAMETERS>
61
				<ARCS>
62
					<ARC to="updateMetaWf"/>
63
				</ARCS>
64
			</NODE>
65
			<NODE name="createODF" type="CreateMDStore">
66
				<DESCRIPTION>Create ODF cleaned store</DESCRIPTION>
67
				<PARAMETERS>
68
					<PARAM name="format" managedBy="system" required="true" type="string">ODF</PARAM>
69
					<PARAM name="interpretation" managedBy="system" required="true" type="string">cleaned</PARAM>
70
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
71
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">tran_</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" type="string">metaWfDataRepository</PARAM>
82
				</PARAMETERS>
83
				<ARCS>
84
					<ARC to="updateMetaWfStatus"/>
85
				</ARCS>
86
			</NODE>
87

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