Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="52dcd406-0753-4257-b89c-fa03b71ef247_V29ya2Zsb3dUZW1wbGF0ZURTUmVzb3VyY2VzL1dvcmtmbG93VGVtcGxhdGVEU1Jlc291cmNlVHlwZQ=="/>
5
		<RESOURCE_TYPE value="WorkflowTemplateDSResourceType"/>
6
		<RESOURCE_KIND value="WorkflowTemplateDSResources"/>
7
		<RESOURCE_URI value=""/>
8
		<DATE_OF_CREATION value="2017-10-09T12:00:00.0Z"/>
9
	</HEADER>
10
	<BODY>
11
		<CONFIGURATION>
12
			<PARAMETERS>
13
				<PARAM name="dsName" description="Datasource Name" required="true" type="string"/>
14
				<PARAM name="interface" description="Datasource Interface" required="true" type="string"/>
15
				<PARAM name="virtuosoReaderAPIUrl" description="Virtuoso reader endpoint" required="true" type="string"/>
16
				<PARAM name="publisherEndpoint" description="Parthenos Publisher Endpoint" required="true" type="string"/>
17
			</PARAMETERS>
18
			<WORKFLOW>
19
				<NODE name="readFromVirtuoso" type="ReadVirtuosoByTypes" isStart="true">
20
					<DESCRIPTION>Fetch records from Virtuoso</DESCRIPTION>
21
					<PARAMETERS>
22
						<PARAM name="datasourceName" ref="dsName"/>
23
						<PARAM name="datasourceInterface" ref="interface"/>
24
						<PARAM name="virtuosoReaderAPIUrl" ref="virtuosoReaderAPIUrl"/>
25
					</PARAMETERS>
26
					<ARCS>
27
						<ARC to="publishJRR"/>
28
					</ARCS>
29
				</NODE>
30
				<NODE name="publishJRR" type="PublishJRR">
31
					<DESCRIPTION>Feed records into the JRR (registry and catalogue)</DESCRIPTION>
32
					<PARAMETERS>
33
						<PARAM name="inputEprParam" value="virtuoso_rs"/>
34
						<PARAM name="publisherEndpoint" ref="publisherEndpoint"/>
35
					</PARAMETERS>
36
					<ARCS>
37
						<ARC to="success"/>
38
					</ARCS>
39
				</NODE>
40
			</WORKFLOW>
41
		</CONFIGURATION>
42
	</BODY>
43
</RESOURCE_PROFILE>
(1-1/3)