Revision 54380
Added by Alessia Bardi almost 6 years ago
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/test/profiles/openaireplus/workflows/dm/content.publishing.xml | ||
---|---|---|
150 | 150 |
<DESCRIPTION>wait for all the branches to complete</DESCRIPTION> |
151 | 151 |
<PARAMETERS/> |
152 | 152 |
<ARCS> |
153 |
<ARC to="SELECT_FEED_CLAIMS"/> |
|
154 |
</ARCS> |
|
155 |
</NODE> |
|
156 |
<NODE name="SELECT_FEED_CLAIMS" type="Selection"> |
|
157 |
<DESCRIPTION>Do we feed the the most recent claims today?</DESCRIPTION> |
|
158 |
<PARAMETERS> |
|
159 |
<PARAM function="validValues(['YES', 'NO'])" managedBy="user" name="selection" required="true" type="string">YES</PARAM> |
|
160 |
</PARAMETERS> |
|
161 |
<ARCS> |
|
162 |
<ARC name="YES" to="feedClaims"/> |
|
163 |
<ARC name="NO" to="success"/> |
|
164 |
</ARCS> |
|
165 |
</NODE> |
|
166 |
<NODE name="feedClaims" type="FeedMissingClaims"> |
|
167 |
<DESCRIPTION>Feed the most recent claims</DESCRIPTION> |
|
168 |
<PARAMETERS/> |
|
169 |
<ARCS> |
|
153 | 170 |
<ARC to="success"/> |
154 | 171 |
</ARCS> |
155 | 172 |
</NODE> |
modules/dnet-openaireplus-workflows/branches/solr75/src/main/resources/eu/dnetlib/test/profiles/openaireplus/workflows/dm/content.publishing.xml | ||
---|---|---|
150 | 150 |
<DESCRIPTION>wait for all the branches to complete</DESCRIPTION> |
151 | 151 |
<PARAMETERS/> |
152 | 152 |
<ARCS> |
153 |
<ARC to="SELECT_FEED_CLAIMS"/> |
|
154 |
</ARCS> |
|
155 |
</NODE> |
|
156 |
<NODE name="SELECT_FEED_CLAIMS" type="Selection"> |
|
157 |
<DESCRIPTION>Do we feed the the most recent claims today?</DESCRIPTION> |
|
158 |
<PARAMETERS> |
|
159 |
<PARAM function="validValues(['YES', 'NO'])" managedBy="user" name="selection" required="true" type="string">YES</PARAM> |
|
160 |
</PARAMETERS> |
|
161 |
<ARCS> |
|
162 |
<ARC name="YES" to="feedClaims"/> |
|
163 |
<ARC name="NO" to="success"/> |
|
164 |
</ARCS> |
|
165 |
</NODE> |
|
166 |
<NODE name="feedClaims" type="FeedMissingClaims"> |
|
167 |
<DESCRIPTION>Feed the most recent claims</DESCRIPTION> |
|
168 |
<PARAMETERS/> |
|
169 |
<ARCS> |
|
153 | 170 |
<ARC to="success"/> |
154 | 171 |
</ARCS> |
155 | 172 |
</NODE> |
Also available in: Unified diff
Added nodes for feeding claims after publishing