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}"/>
|
||||
<mkdir path="${outputPath}"/>
|
||||
</fs>
|
||||
<!-- <ok to="prepare_info"/>-->
|
||||
<ok to="copy_entities"/>
|
||||
<error to="Kill"/>
|
||||
</action>
|
||||
|
@ -193,8 +194,8 @@
|
|||
<error to="Kill"/>
|
||||
</action>
|
||||
|
||||
<!-- <join name="wait" to="patch_refereed"/>-->
|
||||
<join name="wait" to="End"/>
|
||||
<join name="wait" to="patch_refereed"/>
|
||||
<!-- <join name="wait" to="End"/>-->
|
||||
|
||||
<fork name="patch_refereed">
|
||||
<path start="patch_publication"/>
|
||||
|
|
Loading…
Reference in New Issue