[SKG-IF-EOSC] added new step in the resumeFrom
This commit is contained in:
parent
059b275a06
commit
292c69d819
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue