[EOSC context TAG] workflow start from reset_outputpath action

This commit is contained in:
Miriam Baglioni 2022-07-22 14:55:11 +02:00
parent 7a1c1b6f53
commit 627332526b
1 changed files with 2 additions and 2 deletions

View File

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