Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

Aggregate_Metadata_from_PubsRepository_Inference.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2
<RESOURCE_PROFILE>
3 3
	<HEADER>
4 4
		<RESOURCE_IDENTIFIER
5
			value="79dc9f0d-e98d-4f4f-aaa9-b2ebf7fbdb92_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" />
5
				value="79dc9f0d-e98d-4f4f-aaa9-b2ebf7fbdb92_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 10
	</HEADER>
11 11
	<BODY>
12 12
		<WORKFLOW_NAME>Aggregate Metadata (publications) from PubsRepository [Inference]</WORKFLOW_NAME>
......
23 23
				<DESCRIPTION>Verify if DS is pending</DESCRIPTION>
24 24
				<PARAMETERS>
25 25
					<PARAM name="expectedInterfaceTypologyPrefixes" managedBy="system"
26
						required="false" type="string">websource</PARAM>
26
					       required="false" type="string">websource
27
					</PARAM>
27 28
					<PARAM name="expectedCompliancePrefixes" managedBy="system"
28
						required="false" type="string">native</PARAM>
29
					       required="false" type="string">native
30
					</PARAM>
29 31
				</PARAMETERS>
30 32
				<ARCS>
31
					<ARC to="createMetaWf" />
32
					<ARC to="validateDs" name="validateDs" />
33
					<ARC to="createMetaWf"/>
34
					<ARC to="validateDs" name="validateDs"/>
33 35
				</ARCS>
34 36
			</NODE>
35 37

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

  
......
45 47
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
46 48
				<PARAMETERS>
47 49
					<PARAM name="wfName" managedBy="system" required="true" type="string">Aggregate
48
						Metadata (publications) from PubsRepository [Inference]</PARAM>
50
						Metadata (publications) from PubsRepository [Inference]
51
					</PARAM>
49 52
				</PARAMETERS>
50 53
				<ARCS>
51
					<ARC to="createGMF" />
52
					<ARC to="createOAF" />
54
					<ARC to="createGMF"/>
55
					<ARC to="createOAF"/>
53 56
				</ARCS>
54 57
			</NODE>
55 58

  
......
58 61
				<PARAMETERS>
59 62
					<PARAM name="format" managedBy="system" required="true" type="string">GMF</PARAM>
60 63
					<PARAM name="interpretation" managedBy="system" required="true"
61
						type="string">native</PARAM>
64
					       type="string">native
65
					</PARAM>
62 66
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
63 67
					<PARAM name="outputPrefix" managedBy="system" required="true"
64
						type="string">harv_</PARAM>
68
					       type="string">harv_
69
					</PARAM>
65 70
				</PARAMETERS>
66 71
				<ARCS>
67
					<ARC to="updateMetaWf" />
72
					<ARC to="updateMetaWf"/>
68 73
				</ARCS>
69 74
			</NODE>
70 75
			<NODE name="createOAF" type="CreateMDStore">
......
72 77
				<PARAMETERS>
73 78
					<PARAM name="format" managedBy="system" required="true" type="string">OAF</PARAM>
74 79
					<PARAM name="interpretation" managedBy="system" required="true"
75
						type="string">cleaned_noingestion</PARAM>
80
					       type="string">cleaned_noingestion
81
					</PARAM>
76 82
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
77 83
					<PARAM name="outputPrefix" managedBy="system" required="true"
78
						type="string">tran_</PARAM>
84
					       type="string">tran_
85
					</PARAM>
79 86
				</PARAMETERS>
80 87
				<ARCS>
81
					<ARC to="updateMetaWf" />
88
					<ARC to="updateMetaWf"/>
82 89
				</ARCS>
83 90
			</NODE>
84 91
			<NODE name="updateMetaWf" type="UpdateMetaWf" isJoin="true">
85 92
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
86 93
				<PARAMETERS>
87 94
					<PARAM name="beanName" managedBy="system" required="true"
88
						type="string">metaWfPubsRepositoryInference</PARAM>
95
					       type="string">metaWfPubsRepository
96
					</PARAM>
89 97
				</PARAMETERS>
90 98
				<ARCS>
91
					<ARC to="updateMetaWfStatus" />
99
					<ARC to="updateMetaWfStatus"/>
92 100
				</ARCS>
93 101
			</NODE>
94 102

  
95 103
			<NODE name="updateMetaWfStatus" type="UpdateOpenaireMetaWfStatus">
96 104
				<DESCRIPTION>Update MetaWorkflow Status</DESCRIPTION>
97
				<PARAMETERS />
105
				<PARAMETERS/>
98 106
				<ARCS>
99
					<ARC to="success" />
107
					<ARC to="success"/>
100 108
				</ARCS>
101 109
			</NODE>
102 110
		</CONFIGURATION>
103 111

  
104
		<STATUS />
112
		<STATUS/>
105 113
	</BODY>
106 114
</RESOURCE_PROFILE>

Also available in: Unified diff