[graph resolution] fixed sequence of the workflow steps

pull/160/head
Claudio Atzori 2 years ago
parent 975b10b711
commit d2c787d416

@ -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>
Loading…
Cancel
Save