mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
28 lines
514 B
JSON
28 lines
514 B
JSON
{
|
|
"flow": {
|
|
"nodes": {
|
|
"node": [
|
|
{
|
|
"id": "a",
|
|
"class": "com.yomahub.liteflow.test.flow.cmp.ACmp"
|
|
},
|
|
{
|
|
"id": "b",
|
|
"class": "com.yomahub.liteflow.test.flow.cmp.BCmp"
|
|
},
|
|
{
|
|
"id": "c",
|
|
"class": "com.yomahub.liteflow.test.flow.cmp.CCmp"
|
|
}
|
|
]
|
|
},
|
|
"chain": [
|
|
{
|
|
"name": "chain1",
|
|
"condition": [
|
|
{"type": "then", "value": "a,b,c"}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |