<transition> Element
This element defines one transition that is valid, from one state to another state, for the line's workflow.
Parent Elements
Attributes
| Name | Type | Description | Required |
|---|---|---|---|
| name | string | The name of this transition. Note that the same transition name can be used for multiple states, but each transition name listed under one specific state must be unique. | Yes |
| state | string | The name of this state to which this transition results. | Yes |
| triggerOnFinalCheckFail | boolean | If this is true then this transition will be triggered whenever the unit changes in such a way that it would fail final check. For example, this could be used to cause a unit previously placed into a "Warehoused" state to be transitioned to a "None" state when a new defect is added. |
No (defaults to false) |
Child Elements
None.