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