mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
9 lines
188 B
XML
9 lines
188 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<flow>
|
|
|
|
<chain name="chain21">
|
|
<then value="a,c"/>
|
|
<when value="b,d,e(f|g)"/>
|
|
<then value="chain2"/>
|
|
</chain>
|
|
</flow> |