yao/tests/flows/hooks/after_find.flow.json
2022-01-06 19:25:11 +08:00

13 lines
248 B
JSON

{
"label": "After:Find",
"version": "1.0.0",
"description": "After:Find",
"nodes": [
{
"name": "结果",
"process": "xiang.helper.MapSet",
"args": ["{{$in.0}}", "after", 100]
}
],
"output": "{{$res.结果}}"
}