mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-21 16:38:10 +08:00
40 lines
805 B
JSON
40 lines
805 B
JSON
{
|
|
"flow": {
|
|
"nodes": {
|
|
"node": [
|
|
{
|
|
"id": "s1",
|
|
"name": "普通脚本",
|
|
"type": "script",
|
|
"file": "json-script-file/s1.ql"
|
|
},
|
|
{
|
|
"id": "s2",
|
|
"name": "条件脚本_改",
|
|
"type": "switch_script",
|
|
"file": "json-script-file/s2_update.ql"
|
|
},
|
|
{
|
|
"id": "s3",
|
|
"name": "普通脚本_新增",
|
|
"type": "script",
|
|
"file": "json-script-file/s3.ql"
|
|
}
|
|
]
|
|
},
|
|
"chain": [
|
|
{
|
|
"name": "chain1",
|
|
"condition": [
|
|
{"type": "then", "value": "a,b,c,s1"}
|
|
]
|
|
},
|
|
{
|
|
"name": "chain2",
|
|
"condition": [
|
|
{"type": "then", "value": "d,s2(a|b),s3"}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |