[enrichment single step] adding <end> element in wf definition
This commit is contained in:
parent
6af536541d
commit
bcc0a13981
|
@ -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>
|
Loading…
Reference in New Issue