diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-10-27 00:27:24 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-10-27 00:27:24 +0200 |
| commit | 30cd736670a579985890d8c2dfe363bacbad7568 (patch) | |
| tree | 152b34486ed4a77c6d6a3a49c13b796ae669f512 /src/main/resources/boot/SM/CompositeActivity.xml | |
| parent | 0f892332b19ba8741a7db66a5c4daa386b2b5c1e (diff) | |
Beta?
Diffstat (limited to 'src/main/resources/boot/SM/CompositeActivity.xml')
| -rw-r--r-- | src/main/resources/boot/SM/CompositeActivity.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/boot/SM/CompositeActivity.xml b/src/main/resources/boot/SM/CompositeActivity.xml index a713c27..2ed5c4d 100644 --- a/src/main/resources/boot/SM/CompositeActivity.xml +++ b/src/main/resources/boot/SM/CompositeActivity.xml @@ -3,8 +3,8 @@ <State id="1" name="Started"/>
<State id="2" name="Finished" proceeds="true"/>
- <Transition id="0" name="Start" origin="0" terminus="1"/>
- <Transition id="1" name="Complete" origin="1" terminus="2"/>
+ <Transition id="0" name="Start" origin="0" target="1"/>
+ <Transition id="1" name="Complete" origin="1" target="2"/>
</StateMachine>
|
