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
5
			value="dd5882b3-1a92-4e59-929c-f36b73854e57_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>EpiDoc collection and transformation</WORKFLOW_NAME>
13
		<WORKFLOW_TYPE>REPO_HI</WORKFLOW_TYPE>
14
		<WORKFLOW_PRIORITY>20</WORKFLOW_PRIORITY>
15
		<CONFIGURATION start="manual">
16
			<NODE name="VerifyDatasource" type="VerifyDatasource" isStart="true">
17
				<DESCRIPTION>Verify if DS is pending</DESCRIPTION>
18
				<PARAMETERS>
19
					<PARAM name="expectedInterfaceTypologyPrefixes" managedBy="system" required="false" type="string">eagle</PARAM>
20
					<PARAM name="expectedCompliancePrefixes" managedBy="system" required="false" type="string">metadata</PARAM>
21
				</PARAMETERS>
22
				<ARCS>
23
					<ARC to="createMetaWf"/>
24
					<ARC to="validateDs" name="validateDs"/>
25
				</ARCS>
26
			</NODE>
27
		
28
			<NODE name="validateDs" type="ValidateDatasource">
29
				<DESCRIPTION>Validate DS</DESCRIPTION>
30
				<PARAMETERS/>
31
				<ARCS>
32
					<ARC to="createMetaWf"/>
33
				</ARCS>
34
			</NODE>
35
			
36
			<NODE name="createMetaWf" type="RegisterMetaWf">
37
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
38
				<PARAMETERS>
39
					<PARAM name="wfName" managedBy="system" required="true" type="string">EpiDoc collection and transformation</PARAM>
40
				</PARAMETERS>
41
				<ARCS>
42
					<ARC to="createNative"/>
43
					<ARC to="createTransformed"/>
44
					<ARC to="createCleaned"/>
45
					<ARC to="createEditionStore"/>
46
					<ARC to="prepareCreateIndex"/>
47
				</ARCS>
48
			</NODE>
49
			
50
			<NODE name="createNative" type="CreateMDStore">
51
				<DESCRIPTION>Create native store</DESCRIPTION>
52
				<PARAMETERS>
53
					<PARAM name="format" managedBy="system" required="true" type="string">GMF</PARAM>
54
					<PARAM name="interpretation" managedBy="system" required="true" type="string">native</PARAM>
55
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
56
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">coll_</PARAM>
57
				</PARAMETERS>
58
				<ARCS>
59
					<ARC to="updateMetaWf" />
60
				</ARCS>
61
			</NODE>
62
			
63
			<NODE name="createTransformed" type="CreateMDStore">
64
				<DESCRIPTION>Create transformed store</DESCRIPTION>
65
				<PARAMETERS>
66
					<PARAM name="format" managedBy="system" required="true" type="string">EMF</PARAM>
67
					<PARAM name="interpretation" managedBy="system" required="true" type="string">transformed</PARAM>
68
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
69
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">tran_</PARAM>
70
				</PARAMETERS>
71
				<ARCS>
72
					<ARC to="updateMetaWf" />
73
				</ARCS>
74
			</NODE>
75
			
76
			<NODE name="createCleaned" type="CreateMDStore">
77
				<DESCRIPTION>Create clean store</DESCRIPTION>
78
				<PARAMETERS>
79
					<PARAM name="format" managedBy="system" required="true" type="string">EMF</PARAM>
80
					<PARAM name="interpretation" managedBy="system" required="true" type="string">cleaned</PARAM>
81
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
82
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">clean_</PARAM>
83
				</PARAMETERS>
84
				<ARCS>
85
					<ARC to="updateMetaWf" />
86
				</ARCS>
87
			</NODE>
88
			
89
			<NODE name="createEditionStore" type="CreateMDStore">
90
				<DESCRIPTION>Create clean store</DESCRIPTION>
91
				<PARAMETERS>
92
					<PARAM name="format" managedBy="system" required="true" type="string">GMF</PARAM>
93
					<PARAM name="interpretation" managedBy="system" required="true" type="string">edition</PARAM>
94
					<PARAM name="layout" managedBy="system" required="true" type="string">store</PARAM>
95
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">edition_</PARAM>
96
				</PARAMETERS>
97
				<ARCS>
98
					<ARC to="updateMetaWf" />
99
				</ARCS>
100
			</NODE>
101
			
102
			<NODE name="prepareCreateIndex" type="PrepareCreateIndex">
103
				<DESCRIPTION>Prepare create index</DESCRIPTION>
104
				<PARAMETERS>
105
					<PARAM name="format" managedBy="system" required="true" type="string">EMF</PARAM>
106
					<PARAM name="interpretation" managedBy="system" required="true" type="string">cleaned</PARAM>
107
					<PARAM name="layout" managedBy="system" required="true" type="string">index</PARAM>
108
				</PARAMETERS>
109
				<ARCS>
110
					<ARC to="createIndex" />
111
				</ARCS>
112
			</NODE>	
113
			
114
			<NODE name="createIndex" type="CreateIndex">
115
				<DESCRIPTION>Create index</DESCRIPTION>
116
				<PARAMETERS>
117
					<PARAM name="outputPrefix" managedBy="system" required="true" type="string">index_</PARAM>
118
				</PARAMETERS>
119
				<ARCS>
120
					<ARC to="updateMetaWf" />
121
				</ARCS>
122
			</NODE>		
123
						
124
			<NODE name="updateMetaWf" type="UpdateMetaWf" isJoin="true">
125
				<DESCRIPTION>Create MetaWorkflow</DESCRIPTION>
126
				<PARAMETERS>
127
					<PARAM name="beanName" managedBy="system" required="true" type="string">metaWfEagleHi</PARAM>
128
				</PARAMETERS>
129
				<ARCS>
130
					<ARC to="updateMetaWfStatus" />
131
				</ARCS>
132
			</NODE>
133
			
134
			<NODE name="updateMetaWfStatus" type="UpdateMetaWfStatus">
135
				<DESCRIPTION>Update MetaWorkflow Status</DESCRIPTION>
136
				<PARAMETERS />
137
				<ARCS>
138
					<ARC to="success" />
139
				</ARCS>
140
			</NODE>
141
		
142
		</CONFIGURATION>
143

    
144
		<STATUS />
145
	</BODY>
146
</RESOURCE_PROFILE>
(2-2/2)