mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
feature #I44FT8 支持脚本语言的组件,并支持动态刷新脚本(版本特性)
This commit is contained in:
@@ -11,7 +11,7 @@ public interface ScriptExecutor {
|
||||
|
||||
void load(String nodeId, String script);
|
||||
|
||||
void execute(String nodeId, int slotIndex);
|
||||
Object execute(String nodeId, int slotIndex);
|
||||
|
||||
void cleanCache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user