Move end node ... at the end in workflow.xml

This commit is contained in:
Serafeim Chatzopoulos 2023-05-15 17:52:20 +03:00
parent 12a57e1f58
commit 45f2aa0867
1 changed files with 17 additions and 18 deletions

View File

@ -714,11 +714,6 @@
<error to="actionset-project-creation-fail"/>
</action>
<!-- TODO: end the workflow-->
<!-- Define ending node -->
<end name="end" />
<!-- Definitions of failure messages -->
<kill name="pagerank-fail">
<message>PageRank failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
@ -767,4 +762,8 @@
<kill name="actionset-project-creation-fail">
<message>ActionSet creation for projects failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
</kill>
<!-- Define ending node -->
<end name="end" />
</workflow-app>