forked from D-Net/dnet-hadoop
[EOSC context TAG] workflow start from reset_outputpath action
This commit is contained in:
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…
Reference in New Issue