Project

General

Profile

1
<RESOURCE_PROFILE>
2
	<HEADER>
3
		<RESOURCE_IDENTIFIER value="e5bb911b-3fe2-403a-a757-6c1f89ff27e8_V29ya2Zsb3dEU1Jlc291cmNlcy9Xb3JrZmxvd0RTUmVzb3VyY2VUeXBl"/>
4
		<RESOURCE_TYPE value="WorkflowDSResourceType"/>
5
		<RESOURCE_KIND value="WorkflowDSResources"/>
6
		<RESOURCE_URI value=""/>
7
		<DATE_OF_CREATION value="2015-10-12T14:10:32+00:00"/>
8
	</HEADER>
9
	<BODY>
10
		<WORKFLOW_NAME>Find Invalid Profiles</WORKFLOW_NAME>
11
		<WORKFLOW_TYPE>Consistency</WORKFLOW_TYPE>
12
		<WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY>
13
		<CONFIGURATION start="manual">
14
			<NODE name="findRepos" type="FindInvalidRepoProfiles" isStart="true">
15
				<DESCRIPTION>Find Invalid Repo Profiles</DESCRIPTION>
16
				<PARAMETERS>
17
					<PARAM name="deleteInvalidProfiles"  managedBy="user" required="true" type="boolean">false</PARAM>
18
					<PARAM name="registerMissingProfiles"  managedBy="user" required="true" type="boolean">false</PARAM>
19
				</PARAMETERS>
20
				<ARCS>
21
					<ARC to="findMetaWfs"/>
22
				</ARCS>
23
			</NODE>
24
			
25
			<NODE name="findMetaWfs" type="FindInvalidMetaWorkflows">
26
				<DESCRIPTION>Find Invalid Meta Wf Profiles</DESCRIPTION>
27
				<PARAMETERS>
28
					<PARAM name="deleteInvalidProfiles"  managedBy="user" required="true" type="boolean">false</PARAM>
29
				</PARAMETERS>
30
				<ARCS>
31
					<ARC to="findWfs"/>
32
				</ARCS>
33
			</NODE>
34
			
35
			<NODE name="findWfs" type="FindInvalidWorkflows">
36
				<DESCRIPTION>Find Invalid Wf Profiles</DESCRIPTION>
37
				<PARAMETERS>
38
					<PARAM name="deleteInvalidProfiles"  managedBy="user" required="true" type="boolean">false</PARAM>
39
				</PARAMETERS>
40
				<ARCS>
41
					<ARC to="findStores"/>
42
				</ARCS>
43
			</NODE>
44
			
45
			<NODE name="findStores" type="FindInvalidStores">
46
				<DESCRIPTION>Find Invalid [Md/Obj]Stores</DESCRIPTION>
47
				<PARAMETERS>
48
					<PARAM name="deleteInvalidStores"  managedBy="user" required="true" type="boolean">false</PARAM>
49
				</PARAMETERS>
50
				<ARCS>
51
					<ARC to="success"/>
52
				</ARCS>
53
			</NODE>
54
		</CONFIGURATION>
55
		<STATUS/>
56
	</BODY>
57
</RESOURCE_PROFILE>
(1-1/4)