Project

General

Profile

« Previous | Next » 

Revision 57047

oai exporter

View differences:

pubs_aggregation_wf.xml.st
28 28
				<PARAM name="ftpUser"               description="Local Repository - FTP user"     required="true" managedBy="user" type="string"/>
29 29
				<PARAM name="ftpPassword"           description="Local Repository - FTP password" required="true" managedBy="user" type="string"/>
30 30
				<PARAM name="ftpBaseDir"            description="Local Repository - FTP basedir"  required="true" managedBy="user" type="string"/>
31
				<PARAM name="OAIDBName"             description="OAI exporter - Mongo Database"   required="true" managedBy="user" type="string"/>
31 32
            </PARAMETERS>
32 33
            <WORKFLOW>
33 34
                <NODE isStart="true" name="collection" type="LaunchWorkflowTemplate">
......
179 180
                        </PARAM>
180 181
                    </PARAMETERS>
181 182
                    <ARCS>
183
                        <ARC to="oai"/>
184
                    </ARCS>
185
                </NODE>
186
                
187
                <NODE name="oai" type="LaunchWorkflowTemplate">
188
                    <DESCRIPTION>Send to OAI-PMH Publisher</DESCRIPTION>
189
                    <PARAMETERS>
190
                        <PARAM name="wfTemplateId" value="4781ebbb-614c-4238-be9e-cbb469861597_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
191
                        <PARAM name="wfTemplateParams">
192
                            <MAP>
193
                                <ENTRY key="cleanMdstoreId" ref="cleanMdstoreId"/>
194
                                <ENTRY key="OAIFormat" value="native"/>
195
                                <ENTRY key="OAILayout" value="oai"/>
196
                                <ENTRY key="OAIInterpretation" value="final"/>
197
                                <ENTRY key="OAIDBName" ref="OAIDBName"/>
198
                            </MAP>
199
                        </PARAM>
200
                    </PARAMETERS>
201
                    <ARCS>
182 202
                        <ARC to="success"/>
183 203
                    </ARCS>
184 204
                </NODE>
205
                
185 206
            </WORKFLOW>
186 207
            <DESTROY_WORKFLOW_TEMPLATE id="1de73b0e-ccbf-442c-a88d-41b27daa0ba2_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ==">
187 208
            	<PARAMETERS>
188
	            	<PARAM name="dsId"                  value="$dsId$" />
189
					<PARAM name="interface"             value="$interface$" />
190
					<PARAM name="collMdstoreId"         ref="collMdstoreId" />
191
					<PARAM name="cleanMdstoreId"        ref="cleanMdstoreId" />
209
	            	<PARAM name="dsId"              value="$dsId$" />
210
					<PARAM name="interface"         value="$interface$" />
211
					<PARAM name="collMdstoreId"     ref="collMdstoreId" />
212
					<PARAM name="cleanMdstoreId"    ref="cleanMdstoreId" />
213
					<PARAM name="OAIFormat"         value="native"/>
214
                    <PARAM name="OAILayout"         value="oai"/>
215
                    <PARAM name="OAIInterpretation" value="final"/>
216
                    <PARAM name="OAIDBName"         ref="OAIDBName"/>
192 217
				</PARAMETERS>
193 218
            </DESTROY_WORKFLOW_TEMPLATE>
194 219
        </CONFIGURATION>

Also available in: Unified diff