forked from D-Net/dnet-hadoop
Move end node ... at the end in workflow.xml
This commit is contained in:
parent
12a57e1f58
commit
45f2aa0867
|
@ -714,11 +714,6 @@
|
||||||
<error to="actionset-project-creation-fail"/>
|
<error to="actionset-project-creation-fail"/>
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
<!-- TODO: end the workflow-->
|
|
||||||
|
|
||||||
<!-- Define ending node -->
|
|
||||||
<end name="end" />
|
|
||||||
|
|
||||||
<!-- Definitions of failure messages -->
|
<!-- Definitions of failure messages -->
|
||||||
<kill name="pagerank-fail">
|
<kill name="pagerank-fail">
|
||||||
<message>PageRank failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
|
<message>PageRank failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
|
||||||
|
@ -767,4 +762,8 @@
|
||||||
<kill name="actionset-project-creation-fail">
|
<kill name="actionset-project-creation-fail">
|
||||||
<message>ActionSet creation for projects failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
|
<message>ActionSet creation for projects failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
|
||||||
</kill>
|
</kill>
|
||||||
|
|
||||||
|
<!-- Define ending node -->
|
||||||
|
<end name="end" />
|
||||||
|
|
||||||
</workflow-app>
|
</workflow-app>
|
||||||
|
|
Loading…
Reference in New Issue