Project

General

Profile

« Previous | Next » 

Revision 53542

new consistency nodes

View differences:

findInvalidRepoProfiles.xml
7 7
		<DATE_OF_CREATION value="2015-10-12T14:10:32+00:00"/>
8 8
	</HEADER>
9 9
	<BODY>
10
		<WORKFLOW_NAME>Find Invalid Repo Profiles</WORKFLOW_NAME>
10
		<WORKFLOW_NAME>Find Invalid Profiles</WORKFLOW_NAME>
11 11
		<WORKFLOW_TYPE>Consistency</WORKFLOW_TYPE>
12 12
		<WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY>
13 13
		<CONFIGURATION start="manual">
14
			<NODE name="find" type="FindInvalidRepoProfiles" isStart="true">
14
			<NODE name="findRepos" type="FindInvalidRepoProfiles" isStart="true">
15 15
				<DESCRIPTION>Find Invalid Repo Profiles</DESCRIPTION>
16 16
				<PARAMETERS>
17 17
					<PARAM name="deleteInvalidProfiles"  managedBy="user" required="true" type="boolean">false</PARAM>
18 18
					<PARAM name="registerMissingProfiles"  managedBy="user" required="true" type="boolean">false</PARAM>
19 19
				</PARAMETERS>
20 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>
21 51
					<ARC to="success"/>
22 52
				</ARCS>
23 53
			</NODE>

Also available in: Unified diff