Project

General

Profile

« Previous | Next » 

Revision 52653

fixed wf template for datacite OAI sets

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/aggrDatarepoOaiSets/transform.wf.st
51 51
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">tran_epr</PARAM>
52 52
	</PARAMETERS>
53 53
	<ARCS>
54
		<ARC to="patchHostedBy"/>
55
	</ARCS>
56
</NODE>
57

  
58
<NODE name="generateRows" type="ApplyXslt" isJoin="true">
59
	<DESCRIPTION>Transform original records in DB rows</DESCRIPTION>
60
	<PARAMETERS>
61
		<PARAM required="true" type="string" name="xsltClasspath" managedBy="system">/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt-datacite/datacite_sets_2_db.xslt</PARAM>
62
		<PARAM required="true" type="string" name="inputEprParam" managedBy="system">orig_epr</PARAM>
63
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">packed_row_epr</PARAM>
64
	</PARAMETERS>
65
	<ARCS>
66 54
		<ARC to="storeRowRecords"/>
67 55
	</ARCS>
68 56
</NODE>

Also available in: Unified diff