mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
enhancement #I5LY8B SwitchCondition里面的targetMap无法get到
This commit is contained in:
@@ -72,6 +72,10 @@ public class SwitchCondition extends Condition{
|
||||
this.getExecutableList().add(switchNode);
|
||||
}
|
||||
|
||||
public Map<String, Executable> getTargetMap() {
|
||||
return targetMap;
|
||||
}
|
||||
|
||||
public Node getSwitchNode(){
|
||||
return (Node) this.getExecutableList().get(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user