Project

General

Profile

1
<NODE name="FETCH_RECORDS" type="FetchMDStoreRecords" isStart="true">
2
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
3
	<PARAMETERS>
4
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("row_id")$</PARAM>
5
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("row_format")$</PARAM>
6
		<PARAM required="true" type="string" name="eprParam" managedBy="system">rs_epr</PARAM>
7
	</PARAMETERS>
8
	<ARCS>
9
		<ARC to="GENERATE_FET_CONTEXT"/>
10
	</ARCS>
11
</NODE>
12
<NODE name="GENERATE_FET_CONTEXT" type="GenerateFETContext">
13
	<DESCRIPTION>Generate FET hierarchy</DESCRIPTION>
14
	<PARAMETERS>
15
		<PARAM required="true" type="string" name="eprParam" managedBy="system">rs_epr</PARAM>
16
	</PARAMETERS>
17
	<ARCS>
18
		<ARC to="success"/>
19
	</ARCS>
20
</NODE>
(2-2/2)