mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
enhancement #I5IJLN 支持脚本里获取requestData
This commit is contained in:
@@ -11,7 +11,7 @@ public interface ScriptExecutor {
|
||||
|
||||
void load(String nodeId, String script);
|
||||
|
||||
Object execute(String nodeId, int slotIndex);
|
||||
Object execute(String currChainName, String nodeId, int slotIndex);
|
||||
|
||||
void cleanCache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user