Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="a42e8225-d5be-4658-9a6b-9c5529aed993_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
5
		<RESOURCE_TYPE value="WorkflowTemplateDSResourceType"/>
6
		<RESOURCE_KIND value="WorkflowTemplateDSResources"/>
7
		<RESOURCE_URI value=""/>
8
		<DATE_OF_CREATION value="2001-12-31T12:00:00"/>
9
	</HEADER>
10
	<BODY>
11
		<CONFIGURATION>
12
			<PARAMETERS>
13
				<PARAM name="dsId" description="Datasource Id" required="true" type="string"/>
14
				<PARAM name="interface" description="Datasource Interface" required="true" type="string"/>
15
				<PARAM name="collMdstoreId" description="Store for collected records" required="true" type="string"/>
16
				<PARAM name="cleanMdstoreId" description="Store for cleaned records" required="true" type="string"/>
17
                <PARAM name="numberOfThreads" description="number of threads for resolve PID" required="true"   type="string" default="4"/>
18
				<PARAM name="offlineResolving" description="decide if you want resolve offline using only the resolved item" required="true" type="boolean" default="false"/>
19
			</PARAMETERS>
20
			<WORKFLOW>
21

    
22
				<NODE name="RESOLVE_PID" type="ExecuteMDStorePlugin" isStart="true">
23
					<DESCRIPTION>Store mdtore records</DESCRIPTION>
24
					<PARAMETERS>
25
						<PARAM name="mdStoreId" ref="cleanMdstoreId"/>
26
						<PARAM name="pluginName" value="dliResolverPlugin"/>
27
                        <PARAM name="numberOfThreads" ref="numberOfThreads"/>
28
                        <PARAM name="offline" ref="offlineResolving"/>
29
                    </PARAMETERS>
30
					<ARCS>
31
						<ARC to="UPDATE_INFO"/>
32
					</ARCS>
33
				</NODE>
34

    
35
				<NODE name="UPDATE_INFO" type="MDStoreToApiExtraField">
36
					<DESCRIPTION>Update datasouce API extra fields</DESCRIPTION>
37
					<PARAMETERS>
38
						<PARAM name="mdId" ref="cleanMdstoreId"/>
39
						<PARAM name="datasourceId" ref="dsId"/>
40
						<PARAM name="datasourceInterface" ref="interface"/>
41
						<PARAM name="extraFieldForTotal" value="last_aggregation_total"/>
42
						<PARAM name="extraFieldForDate" value="last_aggregation_date"/>
43
						<PARAM name="extraFieldForMdId" value="last_aggregation_mdId"/>
44
					</PARAMETERS>
45
					<ARCS>
46
						<ARC to="success"/>
47
					</ARCS>
48
				</NODE>
49
			</WORKFLOW>
50
		</CONFIGURATION>
51
	</BODY>
52
</RESOURCE_PROFILE>
(7-7/11)