Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER
5
				value="a720c644-0c03-4c5d-b94d-503ea9f42b1b_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>Aggregate Projects, Fundings and Contextes [Ingestion]</WORKFLOW_NAME>
13
		<WORKFLOW_INFO>
14
			<FIELD name="Action">Aggregate Metadata</FIELD>
15
			<FIELD name="Consequence IS">Ingestion</FIELD>
16
			<FIELD name="Datasource class">EntityRegistry, Aggregator</FIELD>
17
			<FIELD name="Content">project, organization, person, funding, context</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" required="false" type="string">entityregistry::projects</PARAM>
26
					<PARAM name="expectedCompliancePrefixes" managedBy="system" required="false" type="string">native</PARAM>
27
				</PARAMETERS>
28
				<ARCS>
29
					<ARC to="createMetaWf"/>
30
					<ARC to="validateDs" name="validateDs"/>
31
				</ARCS>
32
			</NODE>
33

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

    
42
			<NODE name="createMetaWf" type="RegisterMetaWf">
43
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
44
				<PARAMETERS>
45
					<PARAM name="wfName" managedBy="system" required="true" type="string">Aggregate Projects, Fundings and Contextes [Ingestion]</PARAM>
46
				</PARAMETERS>
47
				<ARCS>
48
					<ARC to="createGMF"/>
49
					<ARC to="createDBMF"/>
50
				</ARCS>
51
			</NODE>
52

    
53
			<NODE name="createGMF" type="CreateMDStore">
54
				<DESCRIPTION>Create store for native records</DESCRIPTION>
55
				<PARAMETERS>
56
					<PARAM name="format" managedBy="system" required="true" type="string">GMF</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">orig_</PARAM>
60
				</PARAMETERS>
61
				<ARCS>
62
					<ARC to="updateMetaWf"/>
63
				</ARCS>
64
			</NODE>
65
			<NODE name="createDBMF" type="CreateMDStore">
66
				<DESCRIPTION>Create store for DB rows</DESCRIPTION>
67
				<PARAMETERS>
68
					<PARAM name="format" managedBy="system" required="true" type="string">DBMF</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">row_</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">metaWfEntityRegProjects</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

    
97
		<STATUS/>
98
	</BODY>
99
</RESOURCE_PROFILE>
(9-9/31)