[graph resolution] fixed sequence of the workflow steps

This commit is contained in:
Claudio Atzori 2021-11-15 14:31:15 +01:00
parent 975b10b711
commit d2c787d416
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<arg>--graphBasePath</arg><arg>${graphBasePath}</arg>
<arg>--workingPath</arg><arg>${workingDir}</arg>
</spark>
<ok to="End"/>
<ok to="ResolveEntities"/>
<error to="Kill"/>
</action>
@ -67,6 +67,6 @@
<error to="Kill"/>
</action>
<end name="End"/>
</workflow-app>