[enrichment single step] adding <end> element in wf definition

This commit is contained in:
Miriam Baglioni 2024-01-18 17:39:14 +01:00
parent 6af536541d
commit bcc0a13981
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@
<decision name="startFrom"> <decision name="startFrom">
<switch> <switch>
<case to="prepare_project_results_association">${wf:conf('startFrom') eq 'undelete'}</case> <case to="prepare_project_results_association">${wf:conf('startFrom') eq 'undelete'}</case>
<default to="reset_outputpath"/> <default to="reset_outputpath"/>
</switch> </switch>
</decision> </decision>
@ -101,4 +100,5 @@
<error to="Kill"/> <error to="Kill"/>
</action> </action>
<end name="End"/>
</workflow-app> </workflow-app>