Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="b7a6c826-6d5e-46c7-a553-4c0fc1d9ab72_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
5
		<RESOURCE_TYPE value="WorkflowTemplateDSResourceType"/>
6
		<RESOURCE_KIND value="WorkflowTemplateDSResources"/>
7
		<RESOURCE_URI value=""/>
8
		<DATE_OF_CREATION value="2017-07-12T17:00:00.0Z"/>
9
	</HEADER>
10
	<BODY>
11
		<CONFIGURATION>
12
			<PARAMETERS>
13
				<PARAM name="publisherEndpoint" description="Parthenos Publisher Endpoint" required="true" type="string"/>
14
				<PARAM name="cleanMdstoreId" description="Store for transformed records" required="true" type="string"/>
15
			</PARAMETERS>
16
			<WORKFLOW>
17
				<NODE name="fetchMdStore" type="FetchMDStoreRecords" isStart="true">
18
					<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
19
					<PARAMETERS>
20
						<PARAM name="mdId" ref="cleanMdstoreId"/>
21
						<PARAM name="eprParam" value="clean_epr"/>
22
					</PARAMETERS>
23
					<ARCS>
24
						<ARC to="publish"/>
25
					</ARCS>
26
				</NODE>
27
				<NODE name="publish" type="PublishVirtuoso">
28
					<DESCRIPTION>Feed records into Virtuoso</DESCRIPTION>
29
					<PARAMETERS>
30
						<PARAM name="inputEprParam" value="clean_epr"/>
31
						<PARAM name="publisherEndpoint" ref="publisherEndpoint"/>
32
					</PARAMETERS>
33
					<ARCS>
34
						<ARC to="success"/>
35
					</ARCS>
36
				</NODE>
37
			</WORKFLOW>
38
		</CONFIGURATION>
39
	</BODY>
40
</RESOURCE_PROFILE>
    (1-1/1)