# TriggerTransition

It will transition the state when the trigger has been sent.

![TriggerTransition](./images/TriggerTransition.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Message
</td>
<td>
Message to decide whether to transition.
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.<br />
            Transition Method : OnStateTrigger
</td>
</tr>
 </tbody>
</table>

