EOSC COntext Tagging #231

Merged
claudio.atzori merged 11 commits from eosc_context_tagging into beta 2022-07-26 09:20:54 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 627332526b - Show all commits

View File

@ -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>