Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE>
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="e454271b-469a-4942-99d4-3623043897d9_V29ya2Zsb3dEU1Jlc291cmNlcy9Xb3JrZmxvd0RTUmVzb3VyY2VUeXBl"/>
5
		<RESOURCE_TYPE value="WorkflowDSResourceType"/>
6
		<RESOURCE_KIND value="WorkflowDSResources"/>
7
		<RESOURCE_URI value=""/>
8
		<DATE_OF_CREATION value="2014-12-16T18:13:51.0Z"/>
9
	</HEADER>
10
	<BODY>
11
		<WORKFLOW_NAME>Apply relationship blacklist</WORKFLOW_NAME>
12
		<WORKFLOW_TYPE>Data Provision</WORKFLOW_TYPE>
13
		<WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY>
14
		<CONFIGURATION start="manual">
15
			<NODE name="resolveBlacklist" type="ResolveBlacklistJob" isStart="true">
16
				<DESCRIPTION>Resolve the identifiers in the blacklist</DESCRIPTION>
17
				<PARAMETERS>
18
					<PARAM name="blacklistParamName" type="string" managedBy="system" required="true">blacklist</PARAM>
19
					<PARAM name="clusterName" type="string" managedBy="system" required="true">DM</PARAM>
20
					<PARAM name="tableName" type="string" managedBy="user" required="true">db_openaireplus_services</PARAM>
21
				</PARAMETERS>
22
				<ARCS>
23
					<ARC name="done" to="success"/>
24
					<ARC to="applyBlacklist"/>
25
				</ARCS>
26
			</NODE>
27
			<NODE name="applyBlacklist" type="ApplyBlacklistJob">
28
				<DESCRIPTION>Generates and apply the HBASE DELETE statements.</DESCRIPTION>
29
				<PARAMETERS>
30
					<PARAM name="blacklistParamName" type="string" managedBy="system" required="true">blacklist</PARAM>
31
					<PARAM managedBy="system" name="clusterName" required="true" type="string">DM</PARAM>
32
					<PARAM managedBy="user" name="tableName" required="true" type="string">db_openaireplus_test</PARAM>
33
				</PARAMETERS>
34
				<ARCS>
35
					<ARC to="success"/>
36
				</ARCS>
37
			</NODE>
38
		</CONFIGURATION>
39
		<STATUS/>
40
	</BODY>
41
</RESOURCE_PROFILE>
42

    
43

    
(1-1/17)