<action type="FLOW" op="GOTO">
<args>
<arg>跳至的步骤序号</arg>
</args>
</action>
<action type="FLOW" op="GOTO_LABEL">
<args>
<arg>标签名</arg>
</args>
</action>
<action type="FLOW" op="IF">
<args>
<arg>全局变量名</arg>
<arg>操作符</arg>
<arg>值</arg>
<arg>满足条件时跳过的步数</arg>
</args>
</action>
<action type="FLOW" op="LABEL">
<args>
<arg>标签名</arg>
</args>
</action>
<action type="FLOW" op="RETURN" />
直接结束当前任务,后续动作都不再执行。
<action type="FLOW" op="WAIT">
<args>
<arg>1000</arg>
</args>
</action>