Skip to content

Solon Flow v3.6.1

Choose a tag to compare

@noear noear released this 23 Oct 02:11
· 9 commits to v3.6 since this release
  • 添加 solon-flow FlowEngine:forStateful,statefulService 标为弃用
  • 调整 solon-flow 增加 loop 类型替代 iterator(iterator 增加弃用提醒),并提供更多功能
  • 调整 solon-flow 所有网关节点增加 task 支持,不再需要 $imode$omode。更适合前端连线控制
  • 调整 solon-flow 节点属性 $imode$omode 标为弃用
{type: 'loop',meta: {'$for': 'item','$in': [1,3,4]}}
{type: 'loop',meta: {'$for': 'item','$in': "1...9"}}
{type: 'loop',meta: {'$for': 'item','$in': "1:9:1"}}