Project

General

Profile

1
<RESOURCE_PROFILE>
2
	<HEADER>
3
		<RESOURCE_IDENTIFIER value="d6463488-6090-4581-a046-663753c554bb_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
4
		<RESOURCE_TYPE value="WorkflowTemplateDSResourceType"/>
5
		<RESOURCE_KIND value="WorkflowTemplateDSResources"/>
6
		<RESOURCE_URI value=""/>
7
		<DATE_OF_CREATION value="2001-12-31T12:00:00"/>
8
	</HEADER>
9
	<BODY>
10
		<CONFIGURATION>
11
			<PARAMETERS>
12
				<PARAM name="dsId" description="Datasource Id" required="true" type="string"/>
13
				<PARAM name="interface" description="Datasource Interface" required="true" type="string"/>
14
				<PARAM name="collMdstoreId" description="Store for collected records" required="true" type="string"/>
15
				<PARAM name="transformRuleId" description="Transformation Rule Id" required="true" type="string"/>
16
			</PARAMETERS>
17
			<WORKFLOW>
18
				<NODE name="fetchOriginals" type="FetchMDStoreRecords" isStart="true">
19
					<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
20
					<PARAMETERS>
21
						<PARAM name="mdId" ref="collMdstoreId"/>
22
						<PARAM name="eprParam" value="orig_epr"/>
23
					</PARAMETERS>
24
					<ARCS>
25
						<ARC to="report"/>
26
					</ARCS>
27
				</NODE>
28
				<NODE name="report" type="GeneratePersonReport">
29
					<DESCRIPTION>Clean original records</DESCRIPTION>
30
					<PARAMETERS>
31
						<PARAM name="ruleId" ref="transformRuleId"/>
32
						<PARAM name="inputEprParam" value="orig_epr"/>
33
					</PARAMETERS>
34
					<ARCS>
35
						<ARC to="success"/>
36
					</ARCS>
37
				</NODE>
38
			</WORKFLOW>
39
		</CONFIGURATION>
40
	</BODY>
41
</RESOURCE_PROFILE>
(8-8/9)