Project

General

Profile

1
<RESOURCE_PROFILE>
2
	<HEADER>
3
		<RESOURCE_IDENTIFIER value="bc0e925e-2beb-44c4-9a91-e81b45392361_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ==" />
4
		<RESOURCE_TYPE value="WorkflowTemplateDSResourceType" />
5
		<RESOURCE_KIND value="WorkflowTemplateDSResources" />
6
		<RESOURCE_URI value="" />
7
		<DATE_OF_CREATION value="2021-10-25T11:50:45+02:00" />
8
	</HEADER>
9
	<BODY>
10
		<CONFIGURATION>
11
			<PARAMETERS>
12
				<PARAM description="Datasource Id" name="dsId" required="true" type="string"/>
13
				<PARAM description="Datasource Interface" name="interface" required="true" type="string"/>
14
				<PARAM description="MDStoreId" name="mdId" required="true" type="string" />
15
				<PARAM description="xpath" name="xpath" required="true" type="string" />
16
			</PARAMETERS>
17
			<WORKFLOW>
18
				<NODE isStart="true" name="filter_records" type="RunMDStorePlugin">
19
					<DESCRIPTION>Filter records by XPATH</DESCRIPTION>
20
					<PARAMETERS>
21
						<PARAM name="pluginName" value="filterMDstorePlugin" />
22
						<PARAM name="parameters">
23
							<MAP>
24
								<ENTRY key="mdId" ref="mdId" />
25
								<ENTRY key="xpath" ref="xpath" />
26
							</MAP>
27
						</PARAM>
28
					</PARAMETERS>
29
					<ARCS>
30
						<ARC to="UPDATE_INFO" />
31
					</ARCS>
32
				</NODE>
33
				
34
				<NODE name="UPDATE_INFO" type="MDStoreToApiExtraField">
35
					<DESCRIPTION>Update datasouce API extra fields</DESCRIPTION>
36
					<PARAMETERS>
37
						<PARAM name="mdId" ref="mdId"/>
38
						<PARAM name="datasourceId" ref="dsId"/>
39
						<PARAM name="datasourceInterface" ref="interface"/>
40
						<PARAM name="extraFieldForTotal" value="last_aggregation_total"/>
41
						<PARAM name="extraFieldForDate" value="last_aggregation_date"/>
42
						<PARAM name="extraFieldForMdId" value="last_aggregation_mdId"/>
43
					</PARAMETERS>
44
					<ARCS>
45
						<ARC to="success"/>
46
					</ARCS>
47
				</NODE>
48
			</WORKFLOW>
49
		</CONFIGURATION>
50
	</BODY>
51
</RESOURCE_PROFILE>
(8-8/12)