changed the workflow to include also the modification of production records

This commit is contained in:
Miriam Baglioni 2020-06-25 17:00:42 +02:00
parent 9863d85f27
commit cde2dd6217
1 changed files with 3 additions and 2 deletions

View File

@ -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"/>