[SKG-IF-EOSC] added new step in the resumeFrom

This commit is contained in:
Miriam Baglioni 2024-04-04 12:23:53 +02:00
parent 059b275a06
commit 292c69d819
1 changed files with 3 additions and 2 deletions

View File

@ -132,14 +132,15 @@
</configuration>
</global>
<start to="only_upload"/>
<start to="resume_from"/>
<kill name="Kill">
<message>Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
</kill>
<decision name="only_upload">
<decision name="resume_from">
<switch>
<case to="make_archive">${wf:conf('makeArchive') eq true}</case>
<case to="send_zenodo">${wf:conf('onlyUpload') eq true}</case>
<default to="reset_outputpath"/>
</switch>