dromara / liteflow

Lightweight, fast, stable, and programmable component-based rule engine/process engine. Component reuse, synchronous/asynchronous orchestration, dynamic orchestration, multi-language scripting support, complex nested rules, hot deployment, smooth refreshing. Let you improve your development efficiency!
Apache License 2.0
3.04k stars 424 forks source link

如果同一个流程内使用同一个nodeid 切面时候如何区分 #27

Open dyg4228 opened 1 year ago

dyg4228 commented 1 year ago
  1. spring boot 通过bean注入 节点。 同一个流程 多个环节使用同一个节点 。在ICmpAroundAspect 如何区分。是否可以扩展一下类似情况借助 tag进行区分。