mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 00:58:09 +08:00
feature #I54VBS 从设计上改善NodeComponent,使之变成声明式的组件
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<flow>
|
||||
|
||||
<chain name="chain1">
|
||||
<then value="a,c"/>
|
||||
<when value="b,d,e(f|g)"/>
|
||||
<then value="chain2"/>
|
||||
</chain>
|
||||
</flow>
|
||||
Reference in New Issue
Block a user