Project

General

Profile

« Previous | Next » 

Revision 30934

links to external editors in wf details pages

View differences:

transform.wf.st
13 13
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
14 14
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
15 15
	<PARAMETERS>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("orig_id")$</PARAM>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("orig_id")$</PARAM>
17 17
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("orig_format")$</PARAM>
18 18
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
19 19
	</PARAMETERS>
......
47 47
<NODE name="cleanRows" type="Clean">
48 48
	<DESCRIPTION>Clean DB rows values according to defined vocabularies</DESCRIPTION>
49 49
	<PARAMETERS>
50
		<PARAM required="true" type="string" name="ruleId" managedBy="user" function="listProfiles('CleanerDSResourceType', '//CLEANER_NAME')"></PARAM>
50
		<PARAM required="true" type="string" name="ruleId" managedBy="user" category="CLEANER_RULE_ID" function="listProfiles('CleanerDSResourceType', '//CLEANER_NAME')"></PARAM>
51 51
		<PARAM required="true" type="string" name="inputEprParam" managedBy="system">packed_row_epr</PARAM>
52 52
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">cleaned_row_epr</PARAM>
53 53
	</PARAMETERS>
......
59 59
<NODE name="storeRowRecords" type="StoreMDStoreRecords">
60 60
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
61 61
	<PARAMETERS>
62
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("row_id")$</PARAM>
63
		<PARAM required="true" type="string" name="storingType" managedBy="user" function="validValues(['REFRESH','INCREMENTAL'])">REFRESH</PARAM>
62
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("row_id")$</PARAM>
63
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
64 64
		<PARAM required="true" type="string" name="eprParam" managedBy="system">cleaned_row_epr</PARAM>
65 65
	</PARAMETERS>
66 66
	<ARCS>

Also available in: Unified diff