summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/SM/PredefinedStep.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/boot/SM/PredefinedStep.xml')
-rw-r--r--src/main/resources/boot/SM/PredefinedStep.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/boot/SM/PredefinedStep.xml b/src/main/resources/boot/SM/PredefinedStep.xml
index 0cc418a..f62fd09 100644
--- a/src/main/resources/boot/SM/PredefinedStep.xml
+++ b/src/main/resources/boot/SM/PredefinedStep.xml
@@ -1,6 +1,6 @@
<StateMachine initialState="0">
<State id="0" name="Available"/>
- <Transition id="0" name="Done" origin="0" terminus="0">
+ <Transition id="0" name="Done" origin="0" target="0">
<Outcome name="PredefinedStepOutcome" version="0"/>
</Transition>
</StateMachine>