mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 00:28:10 +08:00
feature #I51OBD 支持流程的销毁
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<flow>
|
||||
<chain name="chain1">
|
||||
<then value="a,b"/>
|
||||
<when value="c,d"/>
|
||||
</chain>
|
||||
|
||||
<chain name="chain2">
|
||||
<then value="a,b,c,d"/>
|
||||
</chain>
|
||||
</flow>
|
||||
Reference in New Issue
Block a user