master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bcc0a13981 - Show all commits

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>