forked from D-Net/dnet-hadoop
changed the workflow to include also the modification of production records
This commit is contained in:
parent
9863d85f27
commit
cde2dd6217
|
@ -36,6 +36,7 @@
|
||||||
<delete path="${outputPath}"/>
|
<delete path="${outputPath}"/>
|
||||||
<mkdir path="${outputPath}"/>
|
<mkdir path="${outputPath}"/>
|
||||||
</fs>
|
</fs>
|
||||||
|
<!-- <ok to="prepare_info"/>-->
|
||||||
<ok to="copy_entities"/>
|
<ok to="copy_entities"/>
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
</action>
|
</action>
|
||||||
|
@ -193,8 +194,8 @@
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
<!-- <join name="wait" to="patch_refereed"/>-->
|
<join name="wait" to="patch_refereed"/>
|
||||||
<join name="wait" to="End"/>
|
<!-- <join name="wait" to="End"/>-->
|
||||||
|
|
||||||
<fork name="patch_refereed">
|
<fork name="patch_refereed">
|
||||||
<path start="patch_publication"/>
|
<path start="patch_publication"/>
|
||||||
|
|
Loading…
Reference in New Issue