mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-21 06:38:10 +08:00
33 lines
646 B
JSON
33 lines
646 B
JSON
{
|
|
"flow": {
|
|
"chain": [
|
|
{
|
|
"name": "chain3",
|
|
"condition": [
|
|
{"type": "then", "value": "e,d"}
|
|
]
|
|
},
|
|
{
|
|
"name": "chain2",
|
|
"condition": [
|
|
{"type": "then", "value": "b,a"},
|
|
{"type": "then", "value": "chain3"}
|
|
]
|
|
},
|
|
{
|
|
"name": "chain1",
|
|
"condition": [
|
|
{"type": "then", "value": "a,b"},
|
|
{"type": "then", "value": "c"},
|
|
{"type": "then", "value": "chain2"}
|
|
]
|
|
},
|
|
{
|
|
"name": "c",
|
|
"condition": [
|
|
{"type": "then", "value": "d,e"}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |