BATCH-1002: Corrected description of "next" attribute.
This commit is contained in:
@@ -516,8 +516,8 @@
|
||||
<xsd:annotation>
|
||||
<xsd:documentation><![CDATA[
|
||||
A shortcut for specifying the next step to execute after this one, if there is only one choice. The next
|
||||
attribute is a synonym for <next on="*" .../> in a transition.
|
||||
If this attribute is specified, then there should be no other transition with a nested <next on="*" .../>]]>
|
||||
attribute is a synonym for <next on="*"/> plus <fail on="FAILED"/> in a transition.
|
||||
If this attribute is specified, then there should be no other transition with a nested <next .../>]]>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
|
||||
Reference in New Issue
Block a user