Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
    <HEADER>
4
        <RESOURCE_IDENTIFIER
5
                value="ae5f14ac-54e1-4513-b41c-67b82240e5bd_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
6
        <RESOURCE_TYPE value="WorkflowTemplateDSResourceType"/>
7
        <RESOURCE_KIND value="WorkflowTemplateDSResources"/>
8
        <RESOURCE_URI value=""/>
9
        <DATE_OF_CREATION value="2001-12-31T12:00:00"/>
10
    </HEADER>
11
    <BODY>
12
        <CONFIGURATION>
13
            <PARAMETERS>
14
                <PARAM name="cleanMdStoreId" description="Store of cleaned records" required="true" type="string"/>
15
                <PARAM name="indexHost" description="ElasticSearch index host" required="true" type="string"/>
16
                <PARAM name="indexName" description="ElasticSearch index Name" required="true" type="string"/>
17
            </PARAMETERS>
18
            <WORKFLOW>
19
                <NODE name="fetchCleaned" type="FetchMDStoreRecords" isStart="true">
20
                    <DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
21
                    <PARAMETERS>
22
                        <PARAM name="mdId" ref="cleanMdStoreId"/>
23
                        <PARAM name="eprParam" value="orig_epr"/>
24
                    </PARAMETERS>
25
                    <ARCS>
26
                        <ARC to="ResolveRecord"/>
27
                    </ARCS>
28
                </NODE>
29
                <NODE name="ResolveRecord" type="ResolveAndIndexJob">
30
                    <DESCRIPTION>Prepare mdstore records</DESCRIPTION>
31
                    <PARAMETERS>
32
                        <PARAM name="inputEprParam" value="orig_epr"/>
33
                        <PARAM name="datasourceInterface" ref="interface"/>
34
                        <PARAM name="indexHost" ref="indexHost"/>
35
                        <PARAM name="indexName" ref="indexName"/>
36
                    </PARAMETERS>
37
                    <ARCS>
38
                        <ARC to="success"/>
39
                    </ARCS>
40
                </NODE>
41

    
42
            </WORKFLOW>
43
        </CONFIGURATION>
44
    </BODY>
45
</RESOURCE_PROFILE>
(5-5/10)