[EOSC context TAG] workflow start from reset_outputpath action

eosc_context_tagging
Miriam Baglioni 2 years ago
parent 7a1c1b6f53
commit 627332526b

@ -44,7 +44,7 @@
</configuration>
</global>
<start to="eosc_context_tag"/>
<start to="reset_outputpath"/>
<kill name="Kill">
<message>Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
@ -254,7 +254,7 @@
<arg>--postgresUser</arg><arg>${postgresUser}</arg>
<arg>--postgresPassword</arg><arg>${postgresPassword}</arg>
</java>
<ok to="End"/>
<ok to="fork_eosc_context_tag"/>
<error to="Kill"/>
</action>

Loading…
Cancel
Save