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 value="b1fbc8d0-071e-423b-9dec-d0bf396d8614_V29ya2Zsb3dEU1Jlc291cmNlcy9Xb3JrZmxvd0RTUmVzb3VyY2VUeXBl"/>
5
        <RESOURCE_TYPE value="WorkflowDSResourceType"/>
6
        <RESOURCE_KIND value="WorkflowDSResources"/>
7
        <RESOURCE_URI value=""/>
8
        <DATE_OF_CREATION value="2006-05-04T18:13:51.0Z"/>
9
    </HEADER>
10
    <BODY>
11
        <WORKFLOW_NAME>Update class and scheme tables</WORKFLOW_NAME>
12
        <WORKFLOW_TYPE>UpdateDB</WORKFLOW_TYPE>
13
        <WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY>
14
        <CONFIGURATION start="auto">
15
			<NODE name="findVocabularyEntries" type="FindVocabularyEntries" isStart="true">
16
				<DESCRIPTION>Find vocabulary entries</DESCRIPTION>
17
				<PARAMETERS>
18
					<PARAM name="outputEprParam" managedBy="system" type="string" required="true">voc_epr</PARAM>
19
				</PARAMETERS>
20
				<ARCS>
21
					<ARC to="generateRows" />
22
				</ARCS>			
23
			</NODE>
24
			<NODE name="generateRows" type="ApplyXslt" isJoin="true">
25
				<DESCRIPTION>Transform vocabulary entries in DB rows</DESCRIPTION>
26
				<PARAMETERS>
27
					<PARAM required="true" type="string" name="xsltClasspath" managedBy="system">/eu/dnetlib/msro/openaireplus/workflows/db/vocEntry_2_db.xsl</PARAM>
28
					<PARAM required="true" type="string" name="inputEprParam" managedBy="system">voc_epr</PARAM>
29
					<PARAM required="true" type="string" name="outputEprParam" managedBy="system">row_epr</PARAM>
30
				</PARAMETERS>
31
				<ARCS>
32
					<ARC to="storeRowRecords"/>
33
				</ARCS>
34
			</NODE>
35
			<NODE name="storeRowRecords" type="UpdateDb">
36
				<DESCRIPTION>Update Db</DESCRIPTION>
37
				<PARAMETERS>
38
					<PARAM required="true" type="string" name="db" managedBy="user" category="LOCAL_DATABASE">dnet_openaireplus</PARAM>
39
					<PARAM required="true" type="string" name="eprParam" managedBy="system">row_epr</PARAM>
40
				</PARAMETERS>
41
				<ARCS>
42
					<ARC to="success"/>
43
				</ARCS>
44
			</NODE>
45
        </CONFIGURATION>
46
        <STATUS />
47
    </BODY>
48
</RESOURCE_PROFILE>
(1-1/2)