Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
	<HEADER>
4
		<RESOURCE_IDENTIFIER value="83bbb3a4-b0a3-4f60-bf39-c518f6698eda_V29ya2Zsb3dEU1Jlc291cmNlcy9Xb3JrZmxvd0RTUmVzb3VyY2VUeXBl"/>
5
		<RESOURCE_TYPE value="WorkflowDSResourceType"/>
6
		<RESOURCE_KIND value="WorkflowDSResources"/>
7
		<RESOURCE_URI value=""/>
8
		<DATE_OF_CREATION value="2006-05-04T18:13:51.0Z"/>
9
	</HEADER>
10
	<BODY>
11
		<WORKFLOW_NAME>Update datasource profiles</WORKFLOW_NAME>
12
		<WORKFLOW_TYPE>UpdateIS</WORKFLOW_TYPE>
13
		<WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY>
14
		<CONFIGURATION start="auto">
15
			<NODE name="findComplianceRepos" type="FindComplianceRepositories" isStart="true">
16
				<DESCRIPTION/>
17
				<PARAMETERS>
18
					<PARAM name="dbName" managedBy="user" type="string" required="true">dnet_openaireplus</PARAM>
19
					<PARAM name="eprParam" managedBy="system" type="string" required="true">repoEpr</PARAM>
20
				</PARAMETERS>
21
				<ARCS>
22
					<ARC to="waitRepos"/>
23
				</ARCS>
24
			</NODE>
25

    
26
			<NODE name="findExistingRepos" type="FindExistingRepositories" isStart="true">
27
				<DESCRIPTION/>
28
				<PARAMETERS>
29
					<PARAM name="existingReposParam" managedBy="system" type="string" required="true">existingRepos</PARAM>
30
				</PARAMETERS>
31
				<ARCS>
32
					<ARC to="waitRepos"/>
33
				</ARCS>
34
			</NODE>
35

    
36
			<NODE name="waitRepos" isJoin="true">
37
				<DESCRIPTION/>
38
				<PARAMETERS/>
39
				<ARCS>
40
					<ARC to="updateRepoProfiles"/>
41
				</ARCS>
42
			</NODE>
43

    
44
			<NODE name="updateRepoProfiles" type="UpdateRepositoryProfiles">
45
				<DESCRIPTION/>
46
				<PARAMETERS>
47
					<PARAM name="eprParam" managedBy="system" type="string" required="true">repoEpr</PARAM>
48
					<PARAM name="existingReposParam" managedBy="system" type="string" required="true">existingRepos</PARAM>
49
				</PARAMETERS>
50
				<ARCS>
51
					<ARC to="success"/>
52
				</ARCS>
53
			</NODE>
54

    
55
		</CONFIGURATION>
56
		<STATUS/>
57
	</BODY>
58
</RESOURCE_PROFILE>
(2-2/2)