[doiboost - preprocess] remove transition to orcid preparation from sequence of steps at the beginning of the workflow

This commit is contained in:
Miriam Baglioni 2023-12-15 12:24:55 +01:00
parent a59be5779e
commit 01ce0b9c76
1 changed files with 0 additions and 13 deletions

View File

@ -34,18 +34,6 @@
<description>the MAG working path</description>
</property>
<!-- ORCID Parameters -->
<property>
<name>inputPathOrcid</name>
<description>the ORCID input path</description>
</property>
<property>
<name>workingPathOrcid</name>
<description>the ORCID working path</description>
</property>
</parameters>
<global>
@ -65,7 +53,6 @@
<switch>
<case to="ResetMagWorkingPath">${wf:conf('resumeFrom') eq 'ResetMagWorkingPath'}</case>
<case to="ConvertMagToDataset">${wf:conf('resumeFrom') eq 'ConvertMagToDataset'}</case>
<case to="PreProcessORCID">${wf:conf('resumeFrom') eq 'PreProcessORCID'}</case>
<default to="GenerateCrossrefDataset"/> <!-- first action to be done when downloadDump is to be performed -->
</switch>
</decision>