| Name | Type | Multiplicity | Description | 
|---|---|---|---|
| name | property string | [0,1] | Short name for the transition. | 
| description | property string | [0,1] | Free-form description of transition purpose, mechanisms, etc. | 
| targetState | property string | [1,1] | Identifier of the state that is the target of the transition. | 
| condition | property ExpressionType | [0,1] | Condition for automatic state transition. | 
Flags: RAM,runtime
Multiplicity: [0,1]
                            Short name for the transition. It may be used in log files, user interface, etc.
                        
Flags: RAM,runtime
Multiplicity: [0,1]
                            Free-form description of transition purpose, mechanisms, etc.
                            Used for documentation purposes (comment).
                        
Flags: RAM,runtime
Multiplicity: [1,1]
                            Identifier of the state that is the target of the transition.
                        
Flags: RAM,runtime
Multiplicity: [0,1]
                            Condition for automatic state transition. If the condition returns true value
                            then lifecycle transitions to the target state.