| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The transition declaration defines a transition between two activities.
| Nested Element Summary | |
| attributeThe list of extension attributes. |
| descriptionAn optional description of the model element. |
| expressionAn optional expression for transition condition. |
| Attribute Summary | |
xs:string | conditionThe condition used to verify transition, default value is "TRUE". |
xs:boolean | forkOnTraversal |
xs:string | fromThe unique model id of the starting activity. |
xs:string | idThe human usable identifier of the transition. |
xs:string | nameThe human friendly name of the transition. |
xs:long | oidA 32-bit number assigned to the transition. |
xs:string | toThe unique model id of the ending activity. |
| Attribute Detail |
xs:stringoptionalunqualifiedxs:booleanfalseoptionalunqualifiedxs:stringrequiredunqualifiedxs:stringrequiredunqualifiedxs:stringrequiredunqualifiedxs:longrequiredunqualifiedxs:stringrequiredunqualified<xs:element name="transition"><xs:complexType></xs:element><xs:sequence><xs:sequence></xs:sequence>
</xs:sequence><xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute><xs:attribute name="id" type="xs:string" use="required">
</xs:attribute><xs:attribute name="name" type="xs:string" use="required">
</xs:attribute><xs:attribute default="false" name="forkOnTraversal" type="xs:boolean"/><xs:attribute name="from" type="xs:string" use="required">
</xs:attribute><xs:attribute name="to" type="xs:string" use="required">
</xs:attribute><xs:attribute name="condition" type="xs:string"></xs:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||