[Enrichment] -

This commit is contained in:
Miriam Baglioni 2022-04-19 12:32:22 +02:00
parent 30e0f60ac8
commit 1e233bedf6
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</property>
</parameters>
<start to="prepare_relations"/>
<start to="reset_outputpath"/>
<kill name="Kill">
<message>Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
@ -108,7 +108,7 @@
<arg>--outputPath</arg><arg>${workingDir}/orcidprop/relationSubset</arg>
<arg>--allowedsemrels</arg><arg>${allowedsemrels}</arg>
</spark>
<ok to="wait"/>
<ok to="fork_prepare_assoc_step1"/>
<error to="Kill"/>
</action>